diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a8a62..080e863 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-15) + + +### 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 e95cd33..ad16e88 100644 --- a/src/projectname/version.py +++ b/src/projectname/version.py @@ -3,4 +3,4 @@ This must only include a single line: __version__ = 'x.y.z' """ -__version__ = "1.0.2" +__version__ = "1.0.3"