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.51.1] - 2025-06-16
13+
14+ ### Fixed
15+
16+ - Dropped ` importlib ` as it's not needed for getting ` attr ` module version.
17+
1218## [ 2.51.0] - 2025-01-30
1319
1420### Added
@@ -569,7 +575,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
569575
570576- Initial stable release of project
571577
572- [ Unreleased ] : https://github.com/release-engineering/pushsource/compare/v2.51.0...HEAD
578+ [ Unreleased ] : https://github.com/release-engineering/pushsource/compare/v2.51.1...HEAD
579+ [ 2.51.1 ] : https://github.com/release-engineering/pushsource/compare/v2.51.0...v2.51.1
573580[ 2.51.0 ] : https://github.com/release-engineering/pushsource/compare/v2.50.0...v2.51.0
574581[ 2.50.0 ] : https://github.com/release-engineering/pushsource/compare/v2.49.0...v2.50.0
575582[ 2.49.0 ] : https://github.com/release-engineering/pushsource/compare/v2.48.1...v2.49.0
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.51.0 " ,
24+ version = "2.51.1 " ,
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