From d33584d0a2fc5c57ab4be19e08cdfbb2c62cf749 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Fri, 2 Oct 2015 15:03:15 -0700 Subject: [PATCH] Bump version 2.2.17 --- CHANGELOG | 5 +++++ recurly/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a8c8c9dc..14fb6434 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ ## Unreleased +## Version 2.2.17 October 2, 2015 + +- Add support for bulk coupons and coupon code generation +- Add support for editing and restoring coupons + ## Version 2.2.16 September 30, 2015 - Remove TLS 1.0 flag allowing proper TLS negotiation diff --git a/recurly/__init__.py b/recurly/__init__.py index ae34f33d..17566a2e 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.16' +__version__ = '2.2.17' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""