File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- n/a
1111
12+ ## [ 1.4.5] - 2026-02-17
13+
14+ - fix entrypoint loading for py39 and older
15+
1216## [ 1.4.4] - 2026-02-11
1317
1418- replace ` pkg_resources ` with ` importlib.metadata ` due to removal in ` setuptools `
@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5963
6064- Initial release from release-engineering organization
6165
62- [ Unreleased ] : https://github.com/release-engineering/pubtools/compare/v1.4.4...HEAD
66+ [ Unreleased ] : https://github.com/release-engineering/pubtools/compare/v1.4.5...HEAD
67+ [ 1.4.5 ] : https://github.com/release-engineering/pubtools/compare/v1.4.4...v1.4.5
6368[ 1.4.4 ] : https://github.com/release-engineering/pubtools/compare/v1.4.3...v1.4.4
6469[ 1.4.3 ] : https://github.com/release-engineering/pubtools/compare/v1.4.2...v1.4.3
6570[ 1.4.2 ] : https://github.com/release-engineering/pubtools/compare/v1.4.1...v1.4.2
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def get_requirements():
3838
3939setup (
4040 name = "pubtools" ,
41- version = "1.4.4 " ,
41+ version = "1.4.5 " ,
4242 packages = find_namespace_packages (where = "src" ),
4343 package_dir = {"" : "src" },
4444 url = "https://github.com/release-engineering/pubtools" ,
You can’t perform that action at this time.
0 commit comments