Skip to content

Commit

Permalink
Release v2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Oct 23, 2023
1 parent 198f514 commit b4e4404
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

## [2.38.0] - 2023-10-23

- Added `limit` option for `Repository.remove_content()` method

## [2.37.2] - 2023-10-20

- Fixed handling of `ud_file_release_mappings_2` repo note
Expand Down Expand Up @@ -460,7 +464,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-pulplib/compare/v2.37.2...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...HEAD
[2.38.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.2...v2.38.0
[2.37.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.1...v2.37.2
[2.37.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.0...v2.37.1
[2.37.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.36.1...v2.37.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-pulplib",
version="2.37.2",
version="2.38.0",
packages=find_packages(exclude=["tests"]),
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},
url="https://github.com/release-engineering/pubtools-pulplib",
Expand Down

0 comments on commit b4e4404

Please sign in to comment.