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.8
2
+ current_version = 2.10.9
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.9] ( https://github.com/recurly/recurly-client-python/tree/2.10.9 ) (2023-08-10)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.8...2.10.9 )
6
+
7
+
8
+ ** Merged Pull Requests**
9
+
10
+ - [ V2] add action_result to subscription & trx [ #659 ] ( https://github.com/recurly/recurly-client-python/pull/659 ) ([ fkosouski] ( https://github.com/fkosouski ) )
11
+
12
+
13
+
3
14
## [ 2.10.8] ( https://github.com/recurly/recurly-client-python/tree/2.10.8 ) (2023-07-27)
4
15
5
16
[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.7...2.10.8 )
Original file line number Diff line number Diff line change 22
22
23
23
"""
24
24
25
- __version__ = '2.10.8 '
25
+ __version__ = '2.10.9 '
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