File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.10.6
2
+ current_version = 2.10.7
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.7] ( https://github.com/recurly/recurly-client-python/tree/2.10.7 ) (2023-07-17)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.6...2.10.7 )
6
+
7
+
8
+ ** Merged Pull Requests**
9
+
10
+ - V2 Client Library External Subscription changes [ #654 ] ( https://github.com/recurly/recurly-client-python/pull/654 ) ([ paulorbpinho-fullstacklabs] ( https://github.com/paulorbpinho-fullstacklabs ) )
11
+
12
+
13
+
3
14
## [ 2.10.6] ( https://github.com/recurly/recurly-client-python/tree/2.10.6 ) (2023-06-13)
4
15
5
16
[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.5...2.10.6 )
Original file line number Diff line number Diff line change 22
22
23
23
"""
24
24
25
- __version__ = '2.10.6 '
25
+ __version__ = '2.10.7 '
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