Skip to content

Commit

Permalink
Merge pull request #72 from recurly/2.1.15
Browse files Browse the repository at this point in the history
2.1.15
  • Loading branch information
dickfickling committed May 9, 2014
2 parents 4aefcbd + 8b4e605 commit 9836471
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,3 +1,7 @@
## Version 2.1.15 April 8, 2014

- Added token_id support to BillingInfo

## Version 2.1.14 April 8, 2014

- Added support for downloading invoices as PDF
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""


__version__ = '2.1.14'
__version__ = '2.1.15'

BASE_URI = 'https://%s.recurly.com/v2/'
"""The API endpoint to send requests to."""
Expand Down

0 comments on commit 9836471

Please sign in to comment.