Skip to content

Commit

Permalink
Release v2.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Sep 13, 2023
1 parent fa7e76c commit 17eb144
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.37.1] - 2023-09-13

- Added backports of `is_callable`, `deep_iterable` and `deep_mapping` validators for `attrs<19.1`

## [2.37.0] - 2023-09-07

- Added `provisioning` attribute to `Repository` class
Expand Down Expand Up @@ -452,7 +456,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.0...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.37.1...HEAD
[2.37.0]: 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
[2.36.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.36.0...v2.36.1
[2.36.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.35.0...v2.36.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.0",
version="2.37.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 17eb144

Please sign in to comment.