From 5ef20bd15942ded40773e1c90489368b24e76d1b Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 15 Mar 2013 00:23:24 -0400 Subject: [PATCH] Special CUSTOMER4 API release. After this commit, we built an API tarball and sent it to CUSTOMER4, and then promptly reverted the commit so that we could continue as we had been before. (imported from commit 662519a79edd508e7c115b451a7ec6fbdf1fc0a4) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index c650d54..565599a 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" +__version__ = "0.1.4~customer4" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.