Skip to content

Commit

Permalink
Release v2.36.0 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz authored Aug 30, 2023
1 parent dbdb760 commit 5aaf393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.35.0] - 2023-08-16

- container_image_items attribute for OperatorManifestPushItem model
- Include labels which match any prefix in INCLUDE_LABELS constant

## [2.35.0] - 2023-08-16

### Added

- Introduced `AmiPushItem.uefi_support` attribute
Expand Down Expand Up @@ -433,7 +438,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.35.0...HEAD
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.36.0...HEAD
[2.36.0]: https://github.com/release-engineering/pushsource/compare/v2.35.0...v2.36.0
[2.35.0]: https://github.com/release-engineering/pushsource/compare/v2.34.0...v2.35.0
[2.34.0]: https://github.com/release-engineering/pushsource/compare/v2.33.0...v2.34.0
[2.33.0]: https://github.com/release-engineering/pushsource/compare/v2.32.0...v2.33.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.35.0",
version="2.36.0",
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down

0 comments on commit 5aaf393

Please sign in to comment.