Skip to content

Commit cd8265a

Browse files
ugrc-release-bot[bot]stdavis
authored andcommitted
chore: release v1.0.3
1 parent 21e2fcc commit cd8265a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.3](https://github.com/agrc/python/compare/v1.0.2...v1.0.3) (2025-01-23)
4+
5+
6+
### Dependencies
7+
8+
* **dev:** update pytest-cov requirement from ==5.* to >=5,<7 ([#52](https://github.com/agrc/python/issues/52)) ([1d0ebe0](https://github.com/agrc/python/commit/1d0ebe06326674565b83d9c8d8ccabf41b424719))
9+
310
## [1.0.2](https://github.com/agrc/python/compare/v1.0.1...v1.0.2) (2024-05-15)
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.2"
3+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)