diff --git a/CHANGELOG.md b/CHANGELOG.md index c02ae3f..a163aad 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.4.2] - 2024-09-30 + +- Added workaround for rhel8 RPM build. + ## [1.4.1] - 2024-07-19 - Fixed source code structure. @@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release from release-engineering organization -[Unreleased]: https://github.com/release-engineering/pubtools/compare/v1.4.1...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/release-engineering/pubtools/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/release-engineering/pubtools/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/release-engineering/pubtools/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/release-engineering/pubtools/compare/v1.2.1...v1.3.0 diff --git a/setup.py b/setup.py index 82be498..30b44fe 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_requirements(): setup( name="pubtools", - version="1.4.1", + version="1.4.2", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, url="https://github.com/release-engineering/pubtools",