diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af18b1..6604664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.7](https://github.com/agrc/sweeper/compare/v2.0.6...v2.0.7) (2026-02-13) + + +### Dependencies + +* **dev:** update pytest requirement from ==8.* to >=8,<10 ([#144](https://github.com/agrc/sweeper/issues/144)) ([bcaf0ae](https://github.com/agrc/sweeper/commit/bcaf0aef5676f5d323ce50cf338bfada0a792d87)) + ## [2.0.6](https://github.com/agrc/sweeper/compare/v2.0.5...v2.0.6) (2025-11-11) diff --git a/setup.py b/setup.py index b4a25e6..9937221 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="ugrc-sweeper", - version="2.0.6", + version="2.0.7", license="MIT", description="CLI tool for making good data", long_description=(Path(__file__).parent / "readme.md").read_text(),