We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aefcbd + 8b4e605 commit 9836471Copy full SHA for 9836471
CHANGELOG
@@ -1,3 +1,7 @@
1
+## Version 2.1.15 April 8, 2014
2
+
3
+- Added token_id support to BillingInfo
4
5
## Version 2.1.14 April 8, 2014
6
7
- Added support for downloading invoices as PDF
recurly/__init__.py
@@ -18,7 +18,7 @@
18
"""
19
20
21
-__version__ = '2.1.14'
+__version__ = '2.1.15'
22
23
BASE_URI = 'https://%s.recurly.com/v2/'
24
"""The API endpoint to send requests to."""
0 commit comments