From c7c2bd06e58fdfaf71e2320d79d8ae5616a60336 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Fri, 27 Oct 2023 08:04:55 +0200 Subject: [PATCH] Release v0.14.3 --- CHANGELOG.md | 13 ++++++++++++- setup.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0327a..479b21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - n/a +## [0.14.3] - 2023-10-27 + +### Fixed + +- Extraction of TTL from CDN headers + +### Added + +- Sanitization of ARL templates + ## [0.14.2] - 2023-06-08 ### Fixed @@ -124,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - py26 compatibility issue on travis - rpm-py-installer requirement was made conditional -[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.2...HEAD +[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.3...HEAD +[0.14.3]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.2...0.14.3 [0.14.2]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.1...0.14.2 [0.14.1]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.0...0.14.1 [0.14.0]: https://github.com/release-engineering/ubi-population-tool/compare/v0.13.0...0.14.0 diff --git a/setup.py b/setup.py index 8831150..0968c2c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="ubi-population-tool", - version="0.14.2", + version="0.14.3", license="GNU General Public License", author="", author_email="",