From 2d99c01f7830be26ee3e41a3954f08925aae11b9 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Sat, 24 Feb 2024 10:36:12 +1000 Subject: [PATCH] Release 1.7.2 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f9d24..69d3f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ from version 1.0.0 onwards. - n/a +## [1.7.2] - 2024-02-24 + +### Fixed + +- Fixed compatibility with python 3.12. + ## [1.7.1] - 2023-10-20 ### Fixed @@ -89,7 +95,8 @@ from version 1.0.0 onwards. - Initial supported release -[Unreleased]: https://github.com/rohanpm/pidiff/compare/v1.7.1..HEAD +[Unreleased]: https://github.com/rohanpm/pidiff/compare/v1.7.2..HEAD +[1.7.2]: https://github.com/rohanpm/pidiff/compare/v1.7.1..v1.7.2 [1.7.1]: https://github.com/rohanpm/pidiff/compare/v1.7.0..v1.7.1 [1.7.0]: https://github.com/rohanpm/pidiff/compare/v1.6.0..v1.7.0 [1.6.0]: https://github.com/rohanpm/pidiff/compare/v1.5.0..v1.6.0 diff --git a/setup.py b/setup.py index 65342b8..55e9a68 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def get_install_requires(): setup( name="pidiff", - version="1.7.1", + version="1.7.2", author="Rohan McGovern", author_email="rohan@mcgovern.id.au", url="https://github.com/rohanpm/pidiff",