Skip to content

Commit 0cf44d1

Browse files
committed
Release v2.52.2
1 parent f2bbe4f commit 0cf44d1

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.52.2] - 2028-02-17
13+
14+
### Changed
15+
16+
- Entrypoints loading is now handled by `importlib` instead of `pkg_resources`
17+
1218
## [2.52.1] - 2025-12-11
1319

1420
### Fixed
@@ -594,7 +600,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
594600

595601
- Initial stable release of project
596602

597-
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.52.1...HEAD
603+
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.52.2...HEAD
604+
[2.52.2]: https://github.com/release-engineering/pushsource/compare/v2.52.1...v2.52.2
598605
[2.52.1]: https://github.com/release-engineering/pushsource/compare/v2.52.0...v2.52.1
599606
[2.52.0]: https://github.com/release-engineering/pushsource/compare/v2.51.2...v2.52.0
600607
[2.51.2]: https://github.com/release-engineering/pushsource/compare/v2.51.1...v2.51.2

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.52.1",
24+
version="2.52.2",
2525
packages=find_packages("src"),
2626
package_dir={"": "src"},
2727
include_package_data=True,

0 commit comments

Comments
 (0)