mirror of https://github.com/zulip/zulip.git
API 0.2.2 release.
(imported from commit 891ab7549e96c30dceb70bb18add1cd533fafd36)
This commit is contained in:
parent
e872cae552
commit
3be10e50ef
|
@ -34,7 +34,7 @@ from ConfigParser import SafeConfigParser
|
|||
import logging
|
||||
|
||||
|
||||
__version__ = "0.2.1"
|
||||
__version__ = "0.2.2"
|
||||
|
||||
# Check that we have a recent enough version
|
||||
# Older versions don't provide the 'json' attribute on responses.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<br/>
|
||||
<div class="centered-button">
|
||||
<a href="https://www.zulip.com/dist/api/python-zulip_0.2.1.tar.gz" class="btn btn-large btn-primary"><i class="icon-vector-download"></i> Download Python bindings and examples<span class="button-muted">Version 0.2.1</span></a>
|
||||
<a href="https://www.zulip.com/dist/api/python-zulip_0.2.2.tar.gz" class="btn btn-large btn-primary"><i class="icon-vector-download"></i> Download Python bindings and examples<span class="button-muted">Version 0.2.2</span></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue