Skip to content

Commit 8976d7f

Browse files
author
Recurly integrations
committed
2.10.4
[Full Changelog](2.10.3...2.10.4)
1 parent 0172a02 commit 8976d7f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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 = 2.10.3
2+
current_version = 2.10.4
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

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

3+
## [2.10.4](https://github.com/recurly/recurly-client-python/tree/2.10.4) (2023-05-24)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.3...2.10.4)
6+
7+
8+
9+
10+
311
## [2.10.3](https://github.com/recurly/recurly-client-python/tree/2.10.3) (2023-04-26)
412

513
[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.2...2.10.3)

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = '2.10.3'
25+
__version__ = '2.10.4'
2626
__python_version__ = '.'.join(map(str, sys.version_info[:3]))
2727

2828
cached_rate_limits = {

0 commit comments

Comments
 (0)