Skip to content

Commit

Permalink
Merge pull request #182 from recurly/bump_2_4_0
Browse files Browse the repository at this point in the history
Bump 2.4.0
  • Loading branch information
csmb authored Aug 18, 2016
2 parents 96e3fc9 + 2ccc945 commit bc6c324
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,3 +1,10 @@
## Version 2.4.0 August 18, 2016

- Fix revenue schedule typo
- Remove old python references from readme
- Gift card support, bumps to api v 2.4
- Add updated_at fields

## Version 2.3.0 July 6, 2016

- Adding variable for api version in fixtures
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

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

USER_AGENT = 'recurly-python/%s; python %s' % (recurly.__version__, recurly.__python_version__)
Expand Down

0 comments on commit bc6c324

Please sign in to comment.