diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6e844b9b..5b8fbc9a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.15 +current_version = 2.10.16 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9231675b..8b347ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- Add percentage and amount_in_cents to line items [#699](https://github.com/recurly/recurly-client-python/pull/699) ([ELepolt](https://github.com/ELepolt)) + + + ## [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) diff --git a/recurly/__init__.py b/recurly/__init__.py index 1e2f48c5..c506cb3f 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -22,7 +22,7 @@ """ -__version__ = '2.10.15' +__version__ = '2.10.16' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {