Skip to content

Commit a7a8df7

Browse files
committed
Release v2.41.0
1 parent 8b7506a commit a7a8df7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
## [2.41.0] - 2023-11-29
13+
14+
### Added
15+
16+
- Added complete support for HTTP Errata tool client
17+
1218
## [2.40.0] - 2023-09-20
1319

1420
### Fixed
@@ -465,8 +471,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
465471

466472
- Initial stable release of project
467473

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
470477
[2.39.0]: https://github.com/release-engineering/pushsource/compare/v2.38.0...v2.39.0
471478
[2.38.0]: https://github.com/release-engineering/pushsource/compare/v2.37.0...v2.38.0
472479
[2.37.0]: https://github.com/release-engineering/pushsource/compare/v2.36.0...v2.37.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

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

0 commit comments

Comments
 (0)