Skip to content

Commit ef54ca2

Browse files
author
semantic-release
committed
chore: release v1.3.1
Automatically generated by python-semantic-release
1 parent ff18b38 commit ef54ca2

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- version list -->
44

5+
## v1.3.1 (2026-09-12)
6+
7+
### Bug Fixes
8+
9+
- **lint**: Exclude nox/venv/cache dirs from interrogate scan
10+
([#24](https://github.com/dlstadther/sample-project-python/pull/24),
11+
[`ff18b38`](https://github.com/dlstadther/sample-project-python/commit/ff18b38a3bcd2bf7501bf5674179ee5ef9e8f931))
12+
13+
514
## v1.3.0 (2026-09-11)
615

716
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sample-project-python"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "Sample Python Project"
99
license = "MIT"
1010
authors = [{name = "Dillon Stadther"}, ]

src/sample/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Sample Python Project."""
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.3.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)