From 2c71f12ffe68dfe9add96057ad7eaa078007422d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 8 Aug 2013 10:59:38 -0400 Subject: [PATCH] [manual] Bump API version to 0.2.0. When we deploy this, we'll need to of course actually build and deploy the new API tarball. (imported from commit 03c853e8a9424a63f1c74bb83637d5a1e50a159a) --- zulip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/__init__.py b/zulip/__init__.py index 9d7cb3e..3f1ba84 100644 --- a/zulip/__init__.py +++ b/zulip/__init__.py @@ -33,7 +33,7 @@ from distutils.version import LooseVersion from ConfigParser import SafeConfigParser -__version__ = "0.1.9" +__version__ = "0.2.0" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.