From 7cf6636b0d9f55091d10e891d804ff6d40c98552 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Fri, 19 Jul 2024 15:27:00 +0200 Subject: [PATCH] Release v2.39.2 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0471dfdc..6c564a13 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 +## [2.39.2] - 2024-07-19 + +- Fix source code structure. + ## [2.39.1] - 2024-04-04 - Extra release to PyPI due to inconsistency in release tags @@ -478,7 +482,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release to PyPI -[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...HEAD +[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2 [2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1 [2.39.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0 [2.38.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1 diff --git a/setup.py b/setup.py index e094508c..3c2fde50 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def get_requirements(): setup( name="pubtools-pulplib", - version="2.39.1", + version="2.39.2", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},