diff --git a/CHANGELOG b/CHANGELOG index 05464997..6c401096 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ ## Unreleased +## Version 2.2.13 July 31, 2015 + - Require a version of six library >= 1.4.0 - Add `tax_exempt`, `tax_code`, `accounting_code` to `Transaction` - Add `duration` to `Coupon` diff --git a/recurly/__init__.py b/recurly/__init__.py index 97ca6422..74c03936 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.12' +__version__ = '2.2.13' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""