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 1fe164d + 3917537 commit b0c7dc9Copy full SHA for b0c7dc9
CHANGELOG
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## Version 2.2.13 July 31, 2015
4
+
5
- Require a version of six library >= 1.4.0
6
- Add `tax_exempt`, `tax_code`, `accounting_code` to `Transaction`
7
- Add `duration` to `Coupon`
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.12'
+__version__ = '2.2.13'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments