From 28944c9b12925586728630ff2c11ef083381debc Mon Sep 17 00:00:00 2001 From: Caleigh Runge-Hottman Date: Fri, 27 Sep 2024 10:09:46 -0400 Subject: [PATCH] Release 1.5.2 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 552c61c..e521a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [1.5.2] - 2024-09-27 + +- Fix pubtools packaging conflicts by moving pubtools-exodus to a src layout + ## [1.5.1] - 2023-12-05 - fixed some failing HTTP requests not being retried as intended @@ -75,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introduce exodus-pulp hook implementers - Introduce project structure, config, CI -[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/release-engineering/pubtools-exodus/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/release-engineering/pubtools-exodus/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/release-engineering/pubtools-exodus/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/release-engineering/pubtools-exodus/compare/v1.3.2...v1.4.0 diff --git a/setup.py b/setup.py index 69b1861..49f3fdc 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-exodus", - version="1.5.1", + version="1.5.2", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, include_package_data=True,