From a68211aa7173850831e15caf96d51abe5a52e565 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 27 Oct 2022 17:18:03 +0000 Subject: [PATCH] 2.9.33 [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.9.32...2.9.33) **Merged Pull Requests** - Update client library to support entitlements [#595](https://github.com/recurly/recurly-client-python/pull/595) ([ELepolt](https://github.com/ELepolt)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ recurly/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 20deb000..255de489 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.32 +current_version = 2.9.33 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6b0a85..d46be150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.9.33](https://github.com/recurly/recurly-client-python/tree/2.9.33) (2022-10-27) + +[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.9.32...2.9.33) + + +**Merged Pull Requests** + +- Update client library to support entitlements [#595](https://github.com/recurly/recurly-client-python/pull/595) ([ELepolt](https://github.com/ELepolt)) + + + ## [2.9.32](https://github.com/recurly/recurly-client-python/tree/2.9.32) (2022-10-20) [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.9.31...2.9.32) diff --git a/recurly/__init__.py b/recurly/__init__.py index 3c1cb2ac..4dcd5c6f 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.9.32' +__version__ = '2.9.33' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {