From 35b822b58d63920a0408b1c673f912f0ff525a3c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 4 Jun 2013 10:01:42 -0400 Subject: [PATCH] [manual] Include the events API in the API tarballs. Previously our receive API bindings were broken in our API tarballs because we weren't including the receive API bindings which they used. This requires our deploying the built API tarball to the prod server when we deploy it so that the link on /api isn't broken. (imported from commit 14ecaab34556f4e29c72f4f567d8af73c89d6297) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index 2e32925..8969539 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.7" +__version__ = "0.1.8" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.