File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- n/a
11
11
12
+ ## [ 2.41.0] - 2023-11-29
13
+
14
+ ### Added
15
+
16
+ - Added complete support for HTTP Errata tool client
17
+
12
18
## [ 2.40.0] - 2023-09-20
13
19
14
20
### Fixed
@@ -465,8 +471,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
465
471
466
472
- Initial stable release of project
467
473
468
- [ Unreleased ] : https://github.com/release-engineering/pushsource/compare/v2.40.0...HEAD
469
- [ 2.39.0 ] : https://github.com/release-engineering/pushsource/compare/v2.39.0...v2.40.0
474
+ [ Unreleased ] : https://github.com/release-engineering/pushsource/compare/v2.41.0...HEAD
475
+ [ 2.41.0 ] : https://github.com/release-engineering/pushsource/compare/v2.40.0...v2.41.0
476
+ [ 2.40.0 ] : https://github.com/release-engineering/pushsource/compare/v2.39.0...v2.40.0
470
477
[ 2.39.0 ] : https://github.com/release-engineering/pushsource/compare/v2.38.0...v2.39.0
471
478
[ 2.38.0 ] : https://github.com/release-engineering/pushsource/compare/v2.37.0...v2.38.0
472
479
[ 2.37.0 ] : https://github.com/release-engineering/pushsource/compare/v2.36.0...v2.37.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.40 .0" ,
24
+ version = "2.41 .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