From 32286575ee8eba5b683f7b5e1a395afec71db749 Mon Sep 17 00:00:00 2001 From: Christopher Bunting Date: Fri, 6 Jun 2014 10:23:27 -0700 Subject: [PATCH] 2.2.1 --- CHANGELOG | 3 +++ recurly/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f7631084..9d7dda11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## Version 2.2.1 June 6, 2014 +- Added tests for `invoice_description` + ## Version 2.2.0 May 14, 2014 - Added subscription preview: `subscription.preview()` diff --git a/recurly/__init__.py b/recurly/__init__.py index 2d8ed812..d2e53999 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -18,7 +18,7 @@ """ -__version__ = '2.2.0' +__version__ = '2.2.1' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""