From 17eb144fda9d80e0d109fcaef496262c29c2db8a Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Wed, 13 Sep 2023 09:53:17 +0200 Subject: [PATCH] Release v2.37.1 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 523ab04e..120d9670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/setup.py b/setup.py index 8a177e8d..ee6d6542 100644 --- a/setup.py +++ b/setup.py @@ -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",