From 4e4646346eec48d620b5c1ed1a124878ae9df4b8 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Wed, 8 Nov 2017 18:28:25 -0600 Subject: [PATCH] Bump 2.1.16 --- recurly/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recurly/__init__.py b/recurly/__init__.py index 00ab5d81..bc8f9492 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -18,7 +18,7 @@ """ -__version__ = '2.1.15' +__version__ = '2.1.16' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""