From 271f0a06904f8ddd83ce7617930a184eb5786669 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 13 Nov 2024 17:08:00 +0000 Subject: [PATCH] 2.10.18 [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.17...2.10.18) **Merged Pull Requests** - Adds vertex_transaction_type to Plans [#705](https://github.com/recurly/recurly-client-python/pull/705) ([8eth](https://github.com/8eth)) --- .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 65925a89..cba9bc6b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.17 +current_version = 2.10.18 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b8b714..8132e82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.10.18](https://github.com/recurly/recurly-client-python/tree/2.10.18) (2024-11-13) + +[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.17...2.10.18) + + +**Merged Pull Requests** + +- Adds vertex_transaction_type to Plans [#705](https://github.com/recurly/recurly-client-python/pull/705) ([8eth](https://github.com/8eth)) + + + ## [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) diff --git a/recurly/__init__.py b/recurly/__init__.py index 9eea8f74..deea2b07 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.10.17' +__version__ = '2.10.18' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {