diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdbcc5..6af18b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.6](https://github.com/agrc/sweeper/compare/v2.0.5...v2.0.6) (2025-11-11) + + +### Dependencies + +* **dev:** update pytest-cov requirement from ==6.* to >=6,<8 ([784cd1d](https://github.com/agrc/sweeper/commit/784cd1d32a6b9d567a3d9c39306cb5f0d2bc56f3)) + ## [2.0.5](https://github.com/agrc/sweeper/compare/v2.0.4...v2.0.5) (2025-01-27) diff --git a/setup.py b/setup.py index 73d86dc..eac1420 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="ugrc-sweeper", - version="2.0.5", + version="2.0.6", license="MIT", description="CLI tool for making good data", long_description=(Path(__file__).parent / "readme.md").read_text(),