From dc806d48d2623b3edd5a3ba6279bb561165e595f Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Fri, 10 Nov 2023 11:59:24 +0100 Subject: [PATCH] Release v1.26.4 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e919173..26ccbf0e 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.26.4] - 2023-11-10 + +- Fixed TTL extraction from cache key header + ## [1.26.3] - 2023-09-29 - Fixed handling of `--cdn-arl-template` option with multiple values. @@ -217,7 +221,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-pulp/compare/v1.26.3...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.4...HEAD +[1.26.3]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.3...v1.26.4 [1.26.3]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.2...v1.26.3 [1.26.2]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.1...v1.26.2 [1.26.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.0...v1.26.1 diff --git a/setup.py b/setup.py index 6c5d643f..013fcd98 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-pulp", - version="1.26.3", + version="1.26.4", packages=find_packages(exclude=["tests"]), url="https://github.com/release-engineering/pubtools-pulp", license="GNU General Public License",