File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.10.10
2
+ current_version = 2.10.11
3
3
parse = (?P<major>\d+)
4
4
\.(?P<minor>\d+)
5
5
\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.10.11] ( https://github.com/recurly/recurly-client-python/tree/2.10.11 ) (2024-03-13)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.10...2.10.11 )
6
+
7
+
8
+ ** Merged Pull Requests**
9
+
10
+ - Adding RevRec Support for Purchases [ #680 ] ( https://github.com/recurly/recurly-client-python/pull/680 ) ([ 8eth] ( https://github.com/8eth ) )
11
+ - Adding RevRec Support for Add Ons [ #679 ] ( https://github.com/recurly/recurly-client-python/pull/679 ) ([ 8eth] ( https://github.com/8eth ) )
12
+ - Adding RevRec Support for Gift Cards and Items [ #676 ] ( https://github.com/recurly/recurly-client-python/pull/676 ) ([ 8eth] ( https://github.com/8eth ) )
13
+ - Adding RevRec Support for Shipping Methods [ #675 ] ( https://github.com/recurly/recurly-client-python/pull/675 ) ([ 8eth] ( https://github.com/8eth ) )
14
+ - Adding RevRec Support for Plans [ #673 ] ( https://github.com/recurly/recurly-client-python/pull/673 ) ([ 8eth] ( https://github.com/8eth ) )
15
+ - Adding RevRec Support for Business Entities [ #672 ] ( https://github.com/recurly/recurly-client-python/pull/672 ) ([ 8eth] ( https://github.com/8eth ) )
16
+ - Adding support for Performance Obligations [ #671 ] ( https://github.com/recurly/recurly-client-python/pull/671 ) ([ 8eth] ( https://github.com/8eth ) )
17
+ - [ DO NOT MERGE] Add RevRec Features to Python [ #670 ] ( https://github.com/recurly/recurly-client-python/pull/670 ) ([ 8eth] ( https://github.com/8eth ) )
18
+ - Adding support for General Ledger Accounts [ #667 ] ( https://github.com/recurly/recurly-client-python/pull/667 ) ([ 8eth] ( https://github.com/8eth ) )
19
+
20
+
21
+
3
22
## [ 2.10.10] ( https://github.com/recurly/recurly-client-python/tree/2.10.10 ) (2023-12-06)
4
23
5
24
[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.9...2.10.10 )
Original file line number Diff line number Diff line change 22
22
23
23
"""
24
24
25
- __version__ = '2.10.10 '
25
+ __version__ = '2.10.11 '
26
26
__python_version__ = '.' .join (map (str , sys .version_info [:3 ]))
27
27
28
28
cached_rate_limits = {
You can’t perform that action at this time.
0 commit comments