diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b5a4d..7c0dffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.4](https://github.com/agrc/swapper/compare/v1.2.3...v1.2.4) (2025-11-11) + + +### Dependencies + +* **dev:** update pytest-cov requirement from <7,>=5 to >=5,<8 ([aa6e837](https://github.com/agrc/swapper/commit/aa6e8372c3ca59551c6ac58981d59c768991ba70)) + ## [1.2.3](https://github.com/agrc/swapper/compare/v1.2.2...v1.2.3) (2025-08-01) diff --git a/setup.py b/setup.py index 64abef8..72d673d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="ugrc-swapper", - version="1.2.3", + version="1.2.4", license="MIT", description="Move data from one SDE database to another with minimal downtime", long_description=(Path(__file__).parent / "README.md").read_text(),