Skip to content

Commit

Permalink
Merge pull request #411 from recurly/release_2_9_17
Browse files Browse the repository at this point in the history
Release 2.9.17
  • Loading branch information
bhelx authored Jun 30, 2020
2 parents 6162d3f + 1579b24 commit 17835a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Unreleased

## Version 2.9.17 - June 30, 2020 ##

This version brings us up to API version 2.27, but has no breaking changes

- BACS support [PR](https://github.com/recurly/recurly-client-python/pull/405)
- Support items on subscriptions [PR](https://github.com/recurly/recurly-client-python/pull/407)
- BACS patch [PR](https://github.com/recurly/recurly-client-python/pull/409)

## Version 2.9.16 - March 26, 2020 ##

This version brings us up to API version 2.26, but has no breaking changes
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.9.16'
__version__ = '2.9.17'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit 17835a4

Please sign in to comment.