Skip to content

Commit fd124d6

Browse files
committed
Release 2.44.0
1 parent 76ec4e0 commit fd124d6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
## [2.44.0] - 2024-04-08
13+
14+
### Added
15+
16+
- Introduced `VMIPushItem.marketplace_name`
17+
- Added support for ART/rhcos koji builds
18+
1219
## [2.43.1] - 2024-02-29
1320

1421
### Fixed
@@ -489,7 +496,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
489496

490497
- Initial stable release of project
491498

492-
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.43.1...HEAD
499+
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.44.0...HEAD
500+
[2.44.0]: https://github.com/release-engineering/pushsource/compare/v2.43.1...v2.44.0
493501
[2.43.1]: https://github.com/release-engineering/pushsource/compare/v2.43.0...v2.43.1
494502
[2.43.0]: https://github.com/release-engineering/pushsource/compare/v2.42.0...v2.43.0
495503
[2.42.0]: https://github.com/release-engineering/pushsource/compare/v2.41.0...v2.42.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
2323
name="pushsource",
24-
version="2.43.1",
24+
version="2.44.0",
2525
packages=find_packages("src"),
2626
package_dir={"": "src"},
2727
include_package_data=True,

0 commit comments

Comments
 (0)