Skip to content

Commit

Permalink
Release v2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Sep 13, 2023
1 parent 33c043c commit daeeb82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [2.39.0] - 2023-09-13

### Added

- `boot_mode` is now populated for `AmiPushItem`


## [2.38.0] - 2023-09-11

### Added
Expand Down Expand Up @@ -452,7 +459,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial stable release of project

[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.38.0...HEAD
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.39.0...HEAD
[2.39.0]: https://github.com/release-engineering/pushsource/compare/v2.38.0...v2.39.0
[2.38.0]: https://github.com/release-engineering/pushsource/compare/v2.37.0...v2.38.0
[2.37.0]: https://github.com/release-engineering/pushsource/compare/v2.36.0...v2.37.0
[2.36.0]: https://github.com/release-engineering/pushsource/compare/v2.35.0...v2.36.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="pushsource",
version="2.38.0",
version="2.39.0",
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down

0 comments on commit daeeb82

Please sign in to comment.