From 2aa40f9c23b63f2c0fd436ba1aebb6da74c7346b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 29 Feb 2024 10:47:23 +1000 Subject: [PATCH] Release 2.43.1 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa39311..95e969e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [2.43.1] - 2024-02-29 + +### Fixed + +- Fixed compatibility with python older than 3.8 (importlib) + ## [2.43.0] - 2024-02-28 ### Added @@ -483,7 +489,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial stable release of project -[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.43.0...HEAD +[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.43.1...HEAD +[2.43.1]: https://github.com/release-engineering/pushsource/compare/v2.43.0...v2.43.1 [2.43.0]: https://github.com/release-engineering/pushsource/compare/v2.42.0...v2.43.0 [2.42.0]: https://github.com/release-engineering/pushsource/compare/v2.41.0...v2.42.0 [2.41.0]: https://github.com/release-engineering/pushsource/compare/v2.40.0...v2.41.0 diff --git a/setup.py b/setup.py index 80c88b6a..0ba16841 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pushsource", - version="2.43.0", + version="2.43.1", packages=find_packages("src"), package_dir={"": "src"}, include_package_data=True,