From f0be25ec9d5821426f614bcca987c255df57de68 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 14 Feb 2013 13:48:57 -0500 Subject: [PATCH] [manual] Bump API version to 0.1.2. Before pushing this to prod, we need to build the 0.1.2 API tarball and deploy it to the appropriate place on our servers. (imported from commit ec1a07b3cc2a3e360dac32823ff7cd9de9de1da2) --- api/humbug/__init__.py | 2 +- templates/zephyr/api.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/humbug/__init__.py b/api/humbug/__init__.py index 99196f28fd..18b1522585 100644 --- a/api/humbug/__init__.py +++ b/api/humbug/__init__.py @@ -33,7 +33,7 @@ import optparse from ConfigParser import SafeConfigParser -__version__ = "0.1.1" +__version__ = "0.1.2" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses. diff --git a/templates/zephyr/api.html b/templates/zephyr/api.html index 6ccaaff52e..efc96df626 100644 --- a/templates/zephyr/api.html +++ b/templates/zephyr/api.html @@ -12,8 +12,8 @@

We hear you like APIs...

- Download Python bindings and examples - Version 0.1.1 + Download Python bindings and examples + Version 0.1.2