[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)
This commit is contained in:
Tim Abbott 2013-03-05 10:15:14 -05:00
parent 4ea45de9bd
commit cdfff24d66

View file

@ -32,7 +32,7 @@ import optparse
from ConfigParser import SafeConfigParser from ConfigParser import SafeConfigParser
__version__ = "0.1.3" __version__ = "0.1.4"
# Check that we have a recent enough version # Check that we have a recent enough version
# Older versions don't provide the 'json' attribute on responses. # Older versions don't provide the 'json' attribute on responses.