Skip to content

Commit

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

- n/a

## [2.38.1] - 2023-12-14

- Added `PULP_MANIFEST.asc` to `mutable_urls` of `FileRepository`
- Fixed `validator` for `ModulemdUnit.profiles`

## [2.38.0] - 2023-10-23

- Added `limit` option for `Repository.remove_content()` method
Expand Down Expand Up @@ -464,7 +469,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.38.0...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...HEAD
[2.38.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1
[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
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.38.0",
version="2.38.1",
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 dfe6dd8

Please sign in to comment.