Skip to content

Commit 8ac834e

Browse files
author
Dick Fickling
committed
Bump version
1 parent 2516818 commit 8ac834e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
## Version 2.2.2 June 25, 2014
2+
- Added subscription preview: `subscription.preview()`
3+
14
## Version 2.2.1 June 6, 2014
25
- Added tests for `invoice_description`
36

47
## Version 2.2.0 May 14, 2014
58

6-
- Added subscription preview: `subscription.preview()`
79
- Added tax details to adjustments: `adjustment.tax_details`
810
- Removed `taxable` support on adjustments
911
- Added `tax_exempt` to accounts, adjustments and plans

recurly/__init__.py

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

2121

22-
__version__ = '2.2.1'
22+
__version__ = '2.2.2'
2323

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

0 commit comments

Comments
 (0)