Skip to content

Commit

Permalink
Merge pull request #151 from zxiong/release-v140
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
rohanpm authored Dec 6, 2023
2 parents 3ba55b8 + 46e70c5 commit 87c4631
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.4.0] - 2023-12-06

- Introduced OTEL tracing wrapper.

## [1.3.0] - 2022-05-10

- pubtools now includes a hook for tuning malloc at task start using the
Expand Down Expand Up @@ -38,7 +42,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.3.0...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools/compare/v1.4.0...HEAD
[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
[1.2.1]: https://github.com/release-engineering/pubtools/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/release-engineering/pubtools/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_requirements():

setup(
name="pubtools",
version="1.3.0",
version="1.4.0",
packages=find_packages(exclude=["tests"]),
url="https://github.com/release-engineering/pubtools",
license="GNU General Public License",
Expand Down

0 comments on commit 87c4631

Please sign in to comment.