Skip to content

Commit

Permalink
Merge pull request #198 from recurly/bump_2_4_4
Browse files Browse the repository at this point in the history
Bump 2.4.4
  • Loading branch information
bhelx authored Mar 23, 2017
2 parents b2d40a7 + 2119cdc commit fabd88e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## Version 2.4.4 March 23, 2017

- Add API version 2.5 changes

## Version 2.4.3 February 6, 2017

- Add canceled_at, preview, and redeem-on-account support for gift cards
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.4.3'
__version__ = '2.4.4'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

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

API_VERSION = '2.4'
API_VERSION = '2.5'
"""The API version to use when making API requests."""

CA_CERTS_FILE = None
Expand Down

0 comments on commit fabd88e

Please sign in to comment.