Skip to content

Commit e58aed9

Browse files
author
Lib Cat
committed
4.58.0
[Full Changelog](4.57.0...4.58.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25: Create External Invoices [#716](#716) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#714](#714) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 8db3012 commit e58aed9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.57.0
2+
current_version = 4.58.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.58.0](https://github.com/recurly/recurly-client-python/tree/4.58.0) (2025-04-10)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/4.57.0...4.58.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25: Create External Invoices [#716](https://github.com/recurly/recurly-client-python/pull/716) ([recurly-integrations](https://github.com/recurly-integrations))
11+
- Generated Latest Changes for v2021-02-25 [#714](https://github.com/recurly/recurly-client-python/pull/714) ([recurly-integrations](https://github.com/recurly-integrations))
12+
13+
14+
315
## [4.57.0](https://github.com/recurly/recurly-client-python/tree/4.57.0) (2025-03-14)
416

517
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/4.56.0...4.57.0)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library is the official python client for Recurly's V3 API.
88

99
We recommend specifying this dependency in your requirements.txt:
1010
```
11-
recurly~=4.57
11+
recurly~=4.58
1212
```
1313

1414
Or installing via the command line:

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import ssl
77
import sys
88

9-
__version__ = "4.57.0"
9+
__version__ = "4.58.0"
1010
__python_version__ = ".".join(map(str, sys.version_info[:3]))
1111

1212
USER_AGENT = "Recurly/{}; python {}; {}".format(

0 commit comments

Comments
 (0)