Skip to content

Commit 5cfc420

Browse files
committed
Release 1.27.1
1 parent 3970345 commit 5cfc420

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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.27.1] - 2024-02-22
13+
14+
- Introduced `pubtools-pulp-copy-repo` command
15+
1216
## [1.26.5] - 2023-11-29
1317

1418
- Improved `pubtools-pulp-garbage-collect` effectiveness
@@ -225,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
225229

226230
- Initial release to PyPI
227231

228-
[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.5...HEAD
232+
[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.27.1...HEAD
233+
[1.27.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.5...v1.27.1
229234
[1.26.5]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.4...v1.26.5
230235
[1.26.4]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.3...v1.26.4
231236
[1.26.3]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.2...v1.26.3

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="pubtools-pulp",
24-
version="1.26.5",
24+
version="1.27.1",
2525
packages=find_packages(exclude=["tests"]),
2626
url="https://github.com/release-engineering/pubtools-pulp",
2727
license="GNU General Public License",

0 commit comments

Comments
 (0)