From ad6cda7465b6d93f2baeb35afb87720648816202 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 26 Apr 2023 21:47:06 +0000 Subject: [PATCH] 2.10.3 [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.2...2.10.3) **Merged Pull Requests** - Add used_tax_service to Invoice response [#638](https://github.com/recurly/recurly-client-python/pull/638) ([judith](https://github.com/judith)) --- .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 717db432..e3a2b553 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.2 +current_version = 2.10.3 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de5ae540..a2e107ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.10.3](https://github.com/recurly/recurly-client-python/tree/2.10.3) (2023-04-26) + +[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.2...2.10.3) + + +**Merged Pull Requests** + +- Add used_tax_service to Invoice response [#638](https://github.com/recurly/recurly-client-python/pull/638) ([judith](https://github.com/judith)) + + + ## [2.10.2](https://github.com/recurly/recurly-client-python/tree/2.10.2) (2023-04-13) [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.1...2.10.2) diff --git a/recurly/__init__.py b/recurly/__init__.py index 1e7a085c..4c319cd6 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.10.2' +__version__ = '2.10.3' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {