From 82900abc6a5c5da58240c05c264afcf4a2d7ca51 Mon Sep 17 00:00:00 2001 From: Rajul Kumar Date: Mon, 11 Sep 2023 10:53:38 -0400 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903ad8e..c6ff824 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 +## [2.3.1] - 2023-09-11 + +- Updated the dependencies + ## [2.3.0] - 2023-08-21 ### Added @@ -83,7 +87,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-ami/compare/v2.3.0...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-ami/compare/v2.3.1...HEAD +[2.3.1]: https://github.com/release-engineering/pubtools-ami/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/release-engineering/pubtools-ami/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/release-engineering/pubtools-ami/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/release-engineering/pubtools-ami/compare/v2.0.0...v2.1.0 diff --git a/setup.py b/setup.py index 4d3896f..be2c0be 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-ami", - version="2.3.0", + version="2.3.1", packages=find_packages(exclude=["tests"]), url="https://github.com/release-engineering/pubtools-ami", license="GNU General Public License",