From 073fb5be072ea3ea40d5c8893a35061e1246e0f0 Mon Sep 17 00:00:00 2001 From: Anurag GOel <_@anur.ag> Date: Sat, 27 Aug 2011 20:12:28 -0700 Subject: [PATCH] Bump version --- VERSION | 2 +- stripe/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9e3bdd448..e7a15ceb1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.18 \ No newline at end of file +1.5.19 diff --git a/stripe/__init__.py b/stripe/__init__.py index ec866e63f..092cc8210 100644 --- a/stripe/__init__.py +++ b/stripe/__init__.py @@ -62,7 +62,7 @@ raise ImportError("Stripe requires one of pycurl, Google App Engine's urlfetch, or urllib2. If you are on a platform where none of these libraries are available, please let us know at support@stripe.com.") ## Configuration variables -VERSION = '1.5.18' +VERSION = '1.5.19' logger = logging.getLogger('stripe') api_key = None