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 a399e04 + 72e6bec commit fd4b4a3Copy full SHA for fd4b4a3
CHANGELOG
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## Version 2.2.15 August 31, 2015
4
+
5
- Add `coupon_codes` to `Subscription`
6
- Adding `setup_fee_accounting_code` to `Plan`
7
- Add `total_billing_cycles` to `Plan`
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.14'
+__version__ = '2.2.15'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments