Skip to content

Commit 9836471

Browse files
committed
Merge pull request #72 from recurly/2.1.15
2.1.15
2 parents 4aefcbd + 8b4e605 commit 9836471

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 2.1.15 April 8, 2014
2+
3+
- Added token_id support to BillingInfo
4+
15
## Version 2.1.14 April 8, 2014
26

37
- Added support for downloading invoices as PDF

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020

21-
__version__ = '2.1.14'
21+
__version__ = '2.1.15'
2222

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

0 commit comments

Comments
 (0)