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.1
2
+ current_version = 2.10.2
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.2] ( https://github.com/recurly/recurly-client-python/tree/2.10.2 ) (2023-04-13)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.1...2.10.2 )
6
+
7
+
8
+
9
+
10
+
3
11
## [ 2.10.1] ( https://github.com/recurly/recurly-client-python/tree/2.10.1 ) (2023-04-05)
4
12
5
13
[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.0...2.10.1 )
Original file line number Diff line number Diff line change 22
22
23
23
"""
24
24
25
- __version__ = '2.10.1 '
25
+ __version__ = '2.10.2 '
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