Skip to content

Commit 9032e4e

Browse files
chore: release v1.0.5
1 parent a11d9b3 commit 9032e4e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/agrc/python/compare/v1.0.4...v1.0.5) (2025-11-11)
4+
5+
6+
### Dependencies
7+
8+
* **dev:** update pytest-cov requirement from ==6.* to >=6,<8 ([a11d9b3](https://github.com/agrc/python/commit/a11d9b37793672405254126c547923ca218d5b3a))
9+
310
## [1.0.4](https://github.com/agrc/python/compare/v1.0.3...v1.0.4) (2025-07-30)
411

512

src/projectname/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A single source of truth for the version in a programmatically-accessible variable."""
22

3-
__version__ = "1.0.4"
3+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)