Compare commits

...

1 Commits

Author SHA1 Message Date
Tim Abbott
9812c6d445 version: Update version strings following 2.1 release. 2019-12-12 22:53:52 -08:00

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "2.1.0"
ZULIP_VERSION = "2.2.dev+git"
# Add information on number of commits and commit hash to version, if available
zulip_git_version_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'zulip-git-version')
if os.path.exists(zulip_git_version_file):