Skip to content

Commit

Permalink
Bump to version 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Suarez committed Jun 27, 2019
1 parent 3c7a782 commit 241f785
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## Version 2.9.8 – June 27th, 2019 ##

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

- Add 3DS authentication [PR](https://github.com/recurly/recurly-client-python/pull/296)

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

This version brings us up to API version 2.20, 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.7'
__version__ = '2.9.8'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit 241f785

Please sign in to comment.