api: bump version to 0.1.7.

(imported from commit 71d1af3806dea82a55ff7f620a92ffb7f1b63a56)
This commit is contained in:
Jessica McKellar 2013-05-29 10:48:20 -04:00
parent d845605221
commit 53de71c0b3
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ from distutils.version import LooseVersion
from ConfigParser import SafeConfigParser
__version__ = "0.1.6"
__version__ = "0.1.7"
# Check that we have a recent enough version
# Older versions don't provide the 'json' attribute on responses.

View File

@ -13,8 +13,8 @@
<p>We have a <a href="/api/endpoints">well-documented API</a> that allows you to build custom integrations, in addition to our <a href="/integrations">existing integrations</a>. For ease-of-use, we've created a Python module that you can drop in to a project to start interacting with our API.</p>
<br/>
<a href="https://humbughq.com/dist/api/python-humbug_0.1.6.tar.gz" class="btn btn-large btn-primary btn-block" type="button"><i class="icon-download icon-white"></i> Download Python bindings and examples</a>
<span class="pull-right muted">Version 0.1.6</span>
<a href="https://humbughq.com/dist/api/python-humbug_0.1.7.tar.gz" class="btn btn-large btn-primary btn-block" type="button"><i class="icon-download icon-white"></i> Download Python bindings and examples</a>
<span class="pull-right muted">Version 0.1.7</span>
<p>&nbsp;</p>