Skip to content

Commit 7f547e5

Browse files
author
Lib Cat
committed
2.10.15
[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))
1 parent 6043d6f commit 7f547e5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.10.14
2+
current_version = 2.10.15
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.10.15](https://github.com/recurly/recurly-client-python/tree/2.10.15) (2024-07-03)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.14...2.10.15)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- V2 get external subscription by external [#697](https://github.com/recurly/recurly-client-python/pull/697) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs))
11+
- add taxable address sources to business entity and adjustment [#696](https://github.com/recurly/recurly-client-python/pull/696) ([amandamfielding](https://github.com/amandamfielding))
12+
13+
14+
315
## [2.10.14](https://github.com/recurly/recurly-client-python/tree/2.10.14) (2024-05-08)
416

517
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.13...2.10.14)

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = '2.10.14'
25+
__version__ = '2.10.15'
2626
__python_version__ = '.'.join(map(str, sys.version_info[:3]))
2727

2828
cached_rate_limits = {

0 commit comments

Comments
 (0)