diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a8a62..7407630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/agrc/python/compare/v1.0.2...v1.0.3) (2025-01-23) + + +### Dependencies + +* **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)) + ## [1.0.2](https://github.com/agrc/python/compare/v1.0.1...v1.0.2) (2024-05-15) diff --git a/src/projectname/version.py b/src/projectname/version.py index cac63f5..ddde815 100644 --- a/src/projectname/version.py +++ b/src/projectname/version.py @@ -1,3 +1,3 @@ """A single source of truth for the version in a programmatically-accessible variable.""" -__version__ = "1.0.2" +__version__ = "1.0.3"