From 7f547e52a50a0443524e0fcb26f6d48668b9ae79 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 3 Jul 2024 19:05:46 +0000 Subject: [PATCH] 2.10.15 [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.14...2.10.15) **Merged Pull Requests** - V2 get external subscription by external [#697](https://github.com/recurly/recurly-client-python/pull/697) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) - add taxable address sources to business entity and adjustment [#696](https://github.com/recurly/recurly-client-python/pull/696) ([amandamfielding](https://github.com/amandamfielding)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ recurly/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 93859ae1..6e844b9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.14 +current_version = 2.10.15 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a75547..9231675b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.10.15](https://github.com/recurly/recurly-client-python/tree/2.10.15) (2024-07-03) + +[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.14...2.10.15) + + +**Merged Pull Requests** + +- V2 get external subscription by external [#697](https://github.com/recurly/recurly-client-python/pull/697) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) +- add taxable address sources to business entity and adjustment [#696](https://github.com/recurly/recurly-client-python/pull/696) ([amandamfielding](https://github.com/amandamfielding)) + + + ## [2.10.14](https://github.com/recurly/recurly-client-python/tree/2.10.14) (2024-05-08) [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.13...2.10.14) diff --git a/recurly/__init__.py b/recurly/__init__.py index d74be6b1..ad525ac7 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.10.14' +__version__ = '2.10.15' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {