Skip to content

Commit a0999a1

Browse files
committed
Release v1.4.5
1 parent d32500f commit a0999a1

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_requirements():
3838

3939
setup(
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",

0 commit comments

Comments
 (0)