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.
1 parent 2516818 commit 8ac834eCopy full SHA for 8ac834e
CHANGELOG
@@ -1,9 +1,11 @@
1
+## Version 2.2.2 June 25, 2014
2
+- Added subscription preview: `subscription.preview()`
3
+
4
## Version 2.2.1 June 6, 2014
5
- Added tests for `invoice_description`
6
7
## Version 2.2.0 May 14, 2014
8
-- Added subscription preview: `subscription.preview()`
9
- Added tax details to adjustments: `adjustment.tax_details`
10
- Removed `taxable` support on adjustments
11
- Added `tax_exempt` to accounts, adjustments and plans
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.1'
+__version__ = '2.2.2'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments