Skip to content

Commit

Permalink
Release version 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Suarez committed May 21, 2019
1 parent da69369 commit ab3c811
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## Version 2.9.7 – May 21st, 2019 ##

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

- Add Export Dates [PR](https://github.com/recurly/recurly-client-python/pull/288)
- Add Shipping Fees [PR](https://github.com/recurly/recurly-client-python/pull/289)

## Version 2.9.6 – April 30th, 2019 ##

- Add product code to Adjustments [PR](https://github.com/recurly/recurly-client-python/pull/286)
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.6'
__version__ = '2.9.7'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit ab3c811

Please sign in to comment.