From cdfff24d66d20e6458edfb749c2fdf8b89f92f56 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 5 Mar 2013 10:15:14 -0500 Subject: [PATCH] [manual] Bump API version to 0.1.4. To incorporate the site parsing fix from a couple weeks ago. Before deploying this to prod we need to run build-api-tarball and deploy the code to humbughq.com as for usual API releases. (imported from commit f6711f5cc07d174c30866029032a595ecee785a3) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index 3828224..986701b 100644 --- a/humbug/__init__.py +++ b/humbug/__init__.py @@ -32,7 +32,7 @@ import optparse from ConfigParser import SafeConfigParser -__version__ = "0.1.3" +__version__ = "0.1.4" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.