From cc20b23975dd6891aea02812ba071bec9232b13f Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Thu, 31 Oct 2013 10:48:36 -0400 Subject: [PATCH] API 0.2.2 release. (imported from commit 891ab7549e96c30dceb70bb18add1cd533fafd36) --- zulip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/__init__.py b/zulip/__init__.py index c72fef8..aee2d53 100644 --- a/zulip/__init__.py +++ b/zulip/__init__.py @@ -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.