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 @@