diff --git a/CHANGELOG.md b/CHANGELOG.md index 64825ce..07959a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.7.3](https://github.com/agrc/forklift/compare/v9.7.2...v9.7.3) (2025-11-11) + + +### Dependencies + +* **dev:** update pytest-cov requirement from <7,>=5 to >=5,<8 ([47d99c0](https://github.com/agrc/forklift/commit/47d99c07cadbe8337f47753b538a5c4abe33ca32)) + ## [9.7.2](https://github.com/agrc/forklift/compare/v9.7.1...v9.7.2) (2025-08-15) diff --git a/setup.py b/setup.py index 319181b..ff04600 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="forklift", - version="9.7.2", + version="9.7.3", license="MIT", description="CLI tool for managing automated tasks.", long_description=(Path(__file__).parent / "README.md").read_text(),