Skip to content

Commit

Permalink
Merge pull request #154 from recurly/bump_2_2_19
Browse files Browse the repository at this point in the history
Bump to 2.2.19
  • Loading branch information
csmb committed Feb 22, 2016
2 parents f096b8b + 8c87062 commit 98593dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

## Version 2.2.19 February 22, 2016

- Added `currency` attribute to the `BillingInfo` class

## Version 2.2.18 February 11, 2016

- Add `mark_failed` API call to `Invoice`
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.2.18'
__version__ = '2.2.19'
__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 98593dd

Please sign in to comment.