From 4c3f944e830dd79c4624aedb17e730555e6a56ba Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 28 Aug 2024 19:19:28 +0000 Subject: [PATCH] 2.10.17 [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.16...2.10.17) **Merged Pull Requests** - Get external sub by uuid [#701](https://github.com/recurly/recurly-client-python/pull/701) ([amandamfielding](https://github.com/amandamfielding)) --- .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 5b8fbc9a..65925a89 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.16 +current_version = 2.10.17 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b347ede..44b8b714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.10.17](https://github.com/recurly/recurly-client-python/tree/2.10.17) (2024-08-28) + +[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.16...2.10.17) + + +**Merged Pull Requests** + +- Get external sub by uuid [#701](https://github.com/recurly/recurly-client-python/pull/701) ([amandamfielding](https://github.com/amandamfielding)) + + + ## [2.10.16](https://github.com/recurly/recurly-client-python/tree/2.10.16) (2024-08-21) [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.15...2.10.16) diff --git a/recurly/__init__.py b/recurly/__init__.py index ffa0b2e2..260e041d 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.10.16' +__version__ = '2.10.17' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {