From b699d2f1b2bec3402f0fded8ce4adc95e2044aa3 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 15 Mar 2013 00:26:52 -0400 Subject: [PATCH] Revert "Special CUSTOMER4 API release." This reverts commit 47a8590a8b821cb1e2c8930f02a6bfbd42174af1. (imported from commit fe336cce0bff798e9961ad2a66d942722ebbba86) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index 565599a..c650d54 100644 --- a/humbug/__init__.py +++ b/humbug/__init__.py @@ -33,7 +33,7 @@ from distutils.version import LooseVersion from ConfigParser import SafeConfigParser -__version__ = "0.1.4~customer4" +__version__ = "0.1.4" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.