From 5186787da2db4715a7afe092b5e92067d5a0d434 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Tue, 26 Nov 2013 15:20:46 -0500 Subject: [PATCH] API release 0.2.3. (imported from commit 80591f61785b492b2ec8897bb2a2e5eff8e089fc) --- zulip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/__init__.py b/zulip/__init__.py index bb81c7d..d7cbb35 100644 --- a/zulip/__init__.py +++ b/zulip/__init__.py @@ -34,7 +34,7 @@ from ConfigParser import SafeConfigParser import logging -__version__ = "0.2.2" +__version__ = "0.2.3" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.