Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Nov 29, 2023
1 parent c194bd4 commit 83dd6f5
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

## [2.4.1] - 2023-11-29

- Fixed setting `boot_mode` value in images.json file

## [2.4.0] - 2023-09-15

- Added support for `boot_mode` option in publishing metadata
Expand Down Expand Up @@ -92,7 +96,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.4.0...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-ami/compare/v2.4.1...HEAD
[2.4.1]: https://github.com/release-engineering/pubtools-ami/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/release-engineering/pubtools-ami/compare/v2.3.1...v2.4.0
[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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

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

0 comments on commit 83dd6f5

Please sign in to comment.