Skip to content

Commit

Permalink
Release 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed May 16, 2024
1 parent 2a17378 commit f3a671d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.30.1] - 2024-05-16

- Excluded `all-erratum-content-YYYY` from publishing
- Fixed `pubtools-pulp-copy-repo` task - parameters handling and copies submission
- `ProductID` certificate is now loaded via `pushsource` lib

## [1.29.1] - 2024-04-15

- Added support for `all-rpm-content-XX` and `all-erratum-content-YYYY` repositories in `upload_repo()`
Expand Down Expand Up @@ -238,7 +244,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.29.1...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.30.1...HEAD
[1.30.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.29.1...v1.30.1
[1.29.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.28.1...v1.29.1
[1.28.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.27.1...v1.28.1
[1.27.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.26.5...v1.27.1
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.29.1",
version="1.30.1",
packages=find_packages(exclude=["tests"]),
url="https://github.com/release-engineering/pubtools-pulp",
license="GNU General Public License",
Expand Down

0 comments on commit f3a671d

Please sign in to comment.