Compare commits

...

1 Commits
3.0 ... 4.0-dev

Author SHA1 Message Date
Tim Abbott
23e0ea5e32 version: Update version following 3.0 release. 2020-07-16 02:25:45 -07:00

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "3.0"
ZULIP_VERSION = "4.0-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):