From 8c1eb6f069a134a88acbdbd34ae29d74586d3791 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 14 Nov 2024 10:03:58 +1100 Subject: [PATCH] Release 1.4.3 --- CHANGELOG.md | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a163aad..da5b0fc 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 +## [1.4.3] - 2024-11-14 + +- opentelemetry dependencies are now optional and can be requested by + installing `pubtools[tracing]`. + ## [1.4.2] - 2024-09-30 - Added workaround for rhel8 RPM build. @@ -50,7 +55,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.2...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools/compare/v1.4.3...HEAD +[1.4.3]: https://github.com/release-engineering/pubtools/compare/v1.4.2...v1.4.3 [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 diff --git a/setup.py b/setup.py index 64e72e4..3c134ad 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_requirements(): setup( name="pubtools", - version="1.4.2", + version="1.4.3", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, url="https://github.com/release-engineering/pubtools",