File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.10.5
2
+ current_version = 2.10.6
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.6] ( https://github.com/recurly/recurly-client-python/tree/2.10.6 ) (2023-06-13)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.5...2.10.6 )
6
+
7
+
8
+
9
+
10
+
3
11
## [ 2.10.5] ( https://github.com/recurly/recurly-client-python/tree/2.10.5 ) (2023-05-27)
4
12
5
13
[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.4...2.10.5 )
Original file line number Diff line number Diff line change 22
22
23
23
"""
24
24
25
- __version__ = '2.10.5 '
25
+ __version__ = '2.10.6 '
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