From 7b23ce8182bb7e01abf56cf6cc7a0c1a0531f075 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Fri, 27 Sep 2024 15:51:44 +0200 Subject: [PATCH] Release v2.40.1 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c564a13..1365f319 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.40.1] - 2024-09-27 + +- Added support for repository creation with Distributor + ## [2.39.2] - 2024-07-19 - Fix source code structure. @@ -482,7 +486,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.2...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...HEAD +[2.40.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1 [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 diff --git a/setup.py b/setup.py index 3c2fde50..6eec04f3 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def get_requirements(): setup( name="pubtools-pulplib", - version="2.39.2", + version="2.40.1", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},