File tree 2 files changed +9
-2
lines changed
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
9
9
10
10
- n/a
11
11
12
+ ## [ 2.46.0] - 2024-05-20
13
+
14
+ ### Added
15
+
16
+ - Retry brew requests
17
+
12
18
## [ 2.45.0] - 2024-05-10
13
19
14
20
### Added
@@ -503,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
503
509
504
510
- Initial stable release of project
505
511
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
507
514
[ 2.45.0 ] : https://github.com/release-engineering/pushsource/compare/v2.44.0...v2.45.0
508
515
[ 2.44.0 ] : https://github.com/release-engineering/pushsource/compare/v2.43.1...v2.44.0
509
516
[ 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():
21
21
22
22
setup (
23
23
name = "pushsource" ,
24
- version = "2.45 .0" ,
24
+ version = "2.46 .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