version: Update version strings following 2.0 release.

This commit is contained in:
Tim Abbott 2019-03-01 10:38:40 -08:00
parent ac24fdd4eb
commit 34460173f4
2 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ author = 'The Zulip Team'
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.0+git'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.0.0+git'
# This allows us to insert a warning that appears only on an unreleased
# version, e.g. to say that something is likely to have changed.

View File

@ -1,4 +1,4 @@
ZULIP_VERSION = "2.0.0"
ZULIP_VERSION = "2.0.0+git"
LATEST_MAJOR_VERSION = "2.0"
LATEST_RELEASE_VERSION = "2.0.0"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"