From 39175373a466d1b8c933b3f1654c6455dc1c6228 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Fri, 31 Jul 2015 13:55:49 -0700 Subject: [PATCH] Version 2.2.13 --- CHANGELOG | 2 ++ recurly/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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."""