mirror of https://github.com/zulip/zulip.git
Bump API tarball to 0.2.1
(imported from commit d9b0f12a7ad28e8ab3e457737d3bcf1e0b9f7152)
This commit is contained in:
parent
8b11b835ae
commit
cd60b8992d
|
@ -33,7 +33,7 @@ from distutils.version import LooseVersion
|
|||
from ConfigParser import SafeConfigParser
|
||||
|
||||
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.2.1"
|
||||
|
||||
# Check that we have a recent enough version
|
||||
# Older versions don't provide the 'json' attribute on responses.
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<p><strong>Don't want to make it yourself?</strong> Zulip <a href="/integrations">already integrates with lots of services</a>.</p>
|
||||
|
||||
<br/>
|
||||
<a href="https://zulip.com/dist/api/python-zulip_0.2.0.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-vector-download"></i> Download Python bindings and examples</a>
|
||||
<span class="pull-right muted">Version 0.2.0</span>
|
||||
<a href="https://zulip.com/dist/api/python-zulip_0.2.1.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-vector-download"></i> Download Python bindings and examples</a>
|
||||
<span class="pull-right muted">Version 0.2.1</span>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue