API 0.2.2 release.

(imported from commit 891ab7549e96c30dceb70bb18add1cd533fafd36)
This commit is contained in:
Luke Faraone 2013-10-31 10:48:36 -04:00
parent e872cae552
commit 3be10e50ef
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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>