mirror of https://github.com/zulip/zulip.git
[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)
This commit is contained in:
parent
6e1842d5fa
commit
f0be25ec9d
|
@ -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.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<div class="span8">
|
||||
<h2>We hear you like APIs...</h2>
|
||||
|
||||
<a href="https://humbughq.com/dist/api/python-humbug_0.1.1.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.1</span>
|
||||
<a href="https://humbughq.com/dist/api/python-humbug_0.1.2.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.2</span>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue