Skip to content

Commit 91f3b25

Browse files
author
Lib Cat
committed
2.10.10
[Full Changelog](2.10.9...2.10.10) **Merged Pull Requests** - add external payment phases [#664](#664) ([amandamfielding](https://github.com/amandamfielding))
1 parent fcb3996 commit 91f3b25

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
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.9
2+
current_version = 2.10.10
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.10.10](https://github.com/recurly/recurly-client-python/tree/2.10.10) (2023-12-06)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.9...2.10.10)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- add external payment phases [#664](https://github.com/recurly/recurly-client-python/pull/664) ([amandamfielding](https://github.com/amandamfielding))
11+
12+
13+
314
## [2.10.9](https://github.com/recurly/recurly-client-python/tree/2.10.9) (2023-08-10)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.8...2.10.9)
@@ -336,7 +347,7 @@
336347
- Release version 2.9.7 [#290](https://github.com/recurly/recurly-client-python/pull/290) ([aaron-junot](https://github.com/aaron-junot))
337348
- Add "Automated Exports" API calls [#288](https://github.com/recurly/recurly-client-python/pull/288) ([mohamagdy](https://github.com/mohamagdy))
338349
- Bump to version 2.9.6 [#287](https://github.com/recurly/recurly-client-python/pull/287) ([aaron-junot](https://github.com/aaron-junot))
339-
- Add product_code to Adjustment attributes [#286](https://github.com/recurly/recurly-client-python/pull/286) ([sarendsen](https://github.com/sarendsen))
350+
- Add product_code to Adjustment attributes [#286](https://github.com/recurly/recurly-client-python/pull/286) ([lostb1t](https://github.com/lostb1t))
340351
- Update issue templates [#285](https://github.com/recurly/recurly-client-python/pull/285) ([bhelx](https://github.com/bhelx))
341352
- Release version 2.9.5 / API version 2.19 [#284](https://github.com/recurly/recurly-client-python/pull/284) ([aaron-junot](https://github.com/aaron-junot))
342353
- Release version 2.9.4 / API version 2.18 [#283](https://github.com/recurly/recurly-client-python/pull/283) ([aaron-junot](https://github.com/aaron-junot))
@@ -761,7 +772,7 @@
761772
**Merged Pull Requests**
762773

763774
- Bump to version 2.9.6 [#287](https://github.com/recurly/recurly-client-python/pull/287) ([aaron-junot](https://github.com/aaron-junot))
764-
- Add product_code to Adjustment attributes [#286](https://github.com/recurly/recurly-client-python/pull/286) ([sarendsen](https://github.com/sarendsen))
775+
- Add product_code to Adjustment attributes [#286](https://github.com/recurly/recurly-client-python/pull/286) ([lostb1t](https://github.com/lostb1t))
765776
- Update issue templates [#285](https://github.com/recurly/recurly-client-python/pull/285) ([bhelx](https://github.com/bhelx))
766777

767778

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.9'
25+
__version__ = '2.10.10'
2626
__python_version__ = '.'.join(map(str, sys.version_info[:3]))
2727

2828
cached_rate_limits = {

0 commit comments

Comments
 (0)