File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
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
99
1010- n/a
1111
12+ ## [ 2.46.0] - 2024-05-20
13+
14+ ### Added
15+
16+ - Retry brew requests
17+
1218## [ 2.45.0] - 2024-05-10
1319
1420### Added
@@ -503,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
503509
504510- Initial stable release of project
505511
506- [ Unreleased ] : https://github.com/release-engineering/pushsource/compare/v2.45.0...HEAD
512+ [ Unreleased ] : https://github.com/release-engineering/pushsource/compare/v2.46.0...HEAD
513+ [ 2.46.0 ] : https://github.com/release-engineering/pushsource/compare/v2.45.0...v2.46.0
507514[ 2.45.0 ] : https://github.com/release-engineering/pushsource/compare/v2.44.0...v2.45.0
508515[ 2.44.0 ] : https://github.com/release-engineering/pushsource/compare/v2.43.1...v2.44.0
509516[ 2.43.1 ] : https://github.com/release-engineering/pushsource/compare/v2.43.0...v2.43.1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_requirements():
2121
2222setup (
2323 name = "pushsource" ,
24- version = "2.45 .0" ,
24+ version = "2.46 .0" ,
2525 packages = find_packages ("src" ),
2626 package_dir = {"" : "src" },
2727 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments