Skip to content

Commit

Permalink
Merge pull request #270 from recurly/api_version_2_16
Browse files Browse the repository at this point in the history
Bump to version 2.9.1 / API version 2.16
  • Loading branch information
jorge committed Oct 30, 2018
2 parents 6da05ed + f155e54 commit d3ca3a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.1 – October 30th, 2018 ##

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

- Add a GatewayTimeoutError class [PR](https://github.com/recurly/recurly-client-python/pull/267)

## Version 2.9.0 – September 25th, 2018 ##

This version brings us up to API version 2.15.
Expand Down
4 changes: 2 additions & 2 deletions recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

__version__ = '2.9.0'
__version__ = '2.9.1'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand All @@ -45,7 +45,7 @@
API_KEY = None
"""The API key to use when authenticating API requests."""

API_VERSION = '2.15'
API_VERSION = '2.16'
"""The API version to use when making API requests."""

CA_CERTS_FILE = None
Expand Down

0 comments on commit d3ca3a6

Please sign in to comment.