Skip to content

Commit

Permalink
2.10.4
Browse files Browse the repository at this point in the history
[Full Changelog](2.10.3...2.10.4)
  • Loading branch information
Recurly integrations committed May 24, 2023
1 parent 0172a02 commit 8976d7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.10.3
current_version = 2.10.4
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.10.4](https://github.com/recurly/recurly-client-python/tree/2.10.4) (2023-05-24)

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





## [2.10.3](https://github.com/recurly/recurly-client-python/tree/2.10.3) (2023-04-26)

[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.2...2.10.3)
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__version__ = '2.10.3'
__version__ = '2.10.4'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit 8976d7f

Please sign in to comment.