diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9c8ecfe1..93859ae1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.13 +current_version = 2.10.14 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5439fcf5..75a75547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- Add support proration flexibility [#689](https://github.com/recurly/recurly-client-python/pull/689) ([Patrick-Duvall](https://github.com/Patrick-Duvall)) + + + ## [2.10.13](https://github.com/recurly/recurly-client-python/tree/2.10.13) (2024-04-04) [Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.12...2.10.13) diff --git a/recurly/__init__.py b/recurly/__init__.py index f137164e..ada9b20e 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.10.13' +__version__ = '2.10.14' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {