Release Zulip server 2.1.0-rc1.

This commit is contained in:
Tim Abbott
2019-11-22 15:30:24 -08:00
parent c367e55892
commit 38d2d23ad3
2 changed files with 14 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "2.1.dev+git"
ZULIP_VERSION = "2.1.0-rc1"
# 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):