Skip to content

Commit

Permalink
2.10.15
Browse files Browse the repository at this point in the history
[Full Changelog](2.10.14...2.10.15)

**Merged Pull Requests**

- V2 get external subscription by external [#697](#697) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs))
- add taxable address sources to business entity and adjustment [#696](#696) ([amandamfielding](https://github.com/amandamfielding))
  • Loading branch information
Lib Cat committed Jul 3, 2024
1 parent 6043d6f commit 7f547e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.10.14
current_version = 2.10.15
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__version__ = '2.10.14'
__version__ = '2.10.15'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit 7f547e5

Please sign in to comment.