Skip to content

Commit 6a93b3e

Browse files
authored
Merge pull request #488 from emilyzheng/release-2.46.0
Release 2.46.0
2 parents f56f48f + 5a1639c commit 6a93b3e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
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.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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
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,

0 commit comments

Comments
 (0)