Skip to content

Commit

Permalink
2.10.18
Browse files Browse the repository at this point in the history
[Full Changelog](2.10.17...2.10.18)

**Merged Pull Requests**

- Adds vertex_transaction_type to Plans [#705](#705) ([8eth](https://github.com/8eth))
  • Loading branch information
Lib Cat committed Nov 13, 2024
1 parent 036b59c commit 271f0a0
Show file tree
Hide file tree
Showing 3 changed files with 13 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.17
current_version = 2.10.18
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.10.18](https://github.com/recurly/recurly-client-python/tree/2.10.18) (2024-11-13)

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


**Merged Pull Requests**

- Adds vertex_transaction_type to Plans [#705](https://github.com/recurly/recurly-client-python/pull/705) ([8eth](https://github.com/8eth))



## [2.10.17](https://github.com/recurly/recurly-client-python/tree/2.10.17) (2024-08-28)

[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.16...2.10.17)
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.17'
__version__ = '2.10.18'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit 271f0a0

Please sign in to comment.