File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- n/a
11
11
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
+
12
19
## [ 2.43.1] - 2024-02-29
13
20
14
21
### Fixed
@@ -489,7 +496,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
489
496
490
497
- Initial stable release of project
491
498
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
493
501
[ 2.43.1 ] : https://github.com/release-engineering/pushsource/compare/v2.43.0...v2.43.1
494
502
[ 2.43.0 ] : https://github.com/release-engineering/pushsource/compare/v2.42.0...v2.43.0
495
503
[ 2.42.0 ] : https://github.com/release-engineering/pushsource/compare/v2.41.0...v2.42.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_requirements():
21
21
22
22
setup (
23
23
name = "pushsource" ,
24
- version = "2.43.1 " ,
24
+ version = "2.44.0 " ,
25
25
packages = find_packages ("src" ),
26
26
package_dir = {"" : "src" },
27
27
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments