File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.11 .0
2+ current_version = 4.12 .0
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.12.0] ( https://github.com/recurly/recurly-client-python/tree/4.12.0 ) (2022-01-28)
4+
5+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/4.11.0...4.12.0 )
6+
7+
8+ ** Merged Pull Requests**
9+
10+ - Generated Latest Changes for v2021-02-25 (Invoice Customization) [ #530 ] ( https://github.com/recurly/recurly-client-python/pull/530 ) ([ recurly-integrations] ( https://github.com/recurly-integrations ) )
11+ - Generated Latest Changes for v2021-02-25 [ #528 ] ( https://github.com/recurly/recurly-client-python/pull/528 ) ([ recurly-integrations] ( https://github.com/recurly-integrations ) )
12+
13+
14+
315## [ 4.11.0] ( https://github.com/recurly/recurly-client-python/tree/4.11.0 ) (2021-12-29)
416
517[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/4.10.0...4.11.0 )
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.
88
99We recommend specifying this dependency in your requirements.txt:
1010```
11- recurly~=4.11
11+ recurly~=4.12
1212```
1313
1414Or installing via the command line:
Original file line number Diff line number Diff line change 66import ssl
77import sys
88
9- __version__ = "4.11 .0"
9+ __version__ = "4.12 .0"
1010__python_version__ = "." .join (map (str , sys .version_info [:3 ]))
1111
1212USER_AGENT = "Recurly/{}; python {}; {}" .format (
You can’t perform that action at this time.
0 commit comments