From dfe6dd8bdc3103e072a68fd5adb0ad19daa4e7d4 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Thu, 14 Dec 2023 09:18:20 +0100 Subject: [PATCH] Release v2.38.1 --- CHANGELOG.md | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de546a36..c940dbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [2.38.1] - 2023-12-14 + +- Added `PULP_MANIFEST.asc` to `mutable_urls` of `FileRepository` +- Fixed `validator` for `ModulemdUnit.profiles` + ## [2.38.0] - 2023-10-23 - Added `limit` option for `Repository.remove_content()` method @@ -464,7 +469,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.38.0...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...HEAD +[2.38.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1 [2.38.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.2...v2.38.0 [2.37.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.1...v2.37.2 [2.37.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.0...v2.37.1 diff --git a/setup.py b/setup.py index 37cd470b..5ffb7554 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-pulplib", - version="2.38.0", + version="2.38.1", packages=find_packages(exclude=["tests"]), package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]}, url="https://github.com/release-engineering/pubtools-pulplib",