File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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
9
9
10
10
- n/a
11
11
12
+ ## [ 1.27.1] - 2024-02-22
13
+
14
+ - Introduced ` pubtools-pulp-copy-repo ` command
15
+
12
16
## [ 1.26.5] - 2023-11-29
13
17
14
18
- Improved ` pubtools-pulp-garbage-collect ` effectiveness
@@ -225,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
225
229
226
230
- Initial release to PyPI
227
231
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
229
234
[ 1.26.5 ] : https://github.com/release-engineering/pubtools-pulp/compare/v1.26.4...v1.26.5
230
235
[ 1.26.4 ] : https://github.com/release-engineering/pubtools-pulp/compare/v1.26.3...v1.26.4
231
236
[ 1.26.3 ] : https://github.com/release-engineering/pubtools-pulp/compare/v1.26.2...v1.26.3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_requirements():
21
21
22
22
setup (
23
23
name = "pubtools-pulp" ,
24
- version = "1.26.5 " ,
24
+ version = "1.27.1 " ,
25
25
packages = find_packages (exclude = ["tests" ]),
26
26
url = "https://github.com/release-engineering/pubtools-pulp" ,
27
27
license = "GNU General Public License" ,
You can’t perform that action at this time.
0 commit comments