Skip to content

Commit

Permalink
Merge pull request #287 from recurly/release-2.9.6
Browse files Browse the repository at this point in the history
Bump to version 2.9.6
  • Loading branch information
bhelx authored Apr 30, 2019
2 parents 682217c + a30162b commit fee2afd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

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

- Add product code to Adjustments [PR](https://github.com/recurly/recurly-client-python/pull/286)

## Version 2.9.5 – March 12th, 2019 ##

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

cached_rate_limits = {
Expand Down

0 comments on commit fee2afd

Please sign in to comment.