File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.38 .0
2
+ current_version = 4.39 .0
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
- ## [ 4.38.0] ( https://github.com/recurly/recurly-client-python/tree/4.38.0 ) (2023-07-27)
3
+ ## [ 4.39.0] ( https://github.com/recurly/recurly-client-python/tree/4.39.0 ) (2023-08-10)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/4.38.0...4.39.0 )
6
+
7
+
8
+ ** Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 (action_result) [ #660 ] ( https://github.com/recurly/recurly-client-python/pull/660 ) ([ recurly-integrations] ( https://github.com/recurly-integrations ) )
11
+
12
+
13
+
14
+ ## [ 4.38.0] ( https://github.com/recurly/recurly-client-python/tree/4.38.0 ) (2023-07-26)
4
15
5
16
[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/4.36.0...4.38.0 )
6
17
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This library is the official python client for Recurly's V3 API.
8
8
9
9
We recommend specifying this dependency in your requirements.txt:
10
10
```
11
- recurly~=4.38
11
+ recurly~=4.39
12
12
```
13
13
14
14
Or installing via the command line:
Original file line number Diff line number Diff line change 6
6
import ssl
7
7
import sys
8
8
9
- __version__ = "4.38 .0"
9
+ __version__ = "4.39 .0"
10
10
__python_version__ = "." .join (map (str , sys .version_info [:3 ]))
11
11
12
12
USER_AGENT = "Recurly/{}; python {}; {}" .format (
You can’t perform that action at this time.
0 commit comments