Skip to content

Commit

Permalink
Release 1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Sep 28, 2023
1 parent f85734c commit 0f7d1b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.26.3] - 2023-09-29

- Fixed handling of `--cdn-arl-template` option with multiple values.

## [1.26.2] - 2023-09-27

- Improved logging during CDN cache flushing.
Expand Down Expand Up @@ -213,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release to PyPI

[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.2...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.3...HEAD
[1.26.3]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.2...v1.26.3
[1.26.2]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.1...v1.26.2
[1.26.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.0...v1.26.1
[1.26.0]: https://github.com/release-engineering/pubtools-pulp/compare/v1.25.0...v1.26.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name="pubtools-pulp",
version="1.26.2",
version="1.26.3",
packages=find_packages(exclude=["tests"]),
url="https://github.com/release-engineering/pubtools-pulp",
license="GNU General Public License",
Expand Down

0 comments on commit 0f7d1b2

Please sign in to comment.