mirror of https://github.com/zulip/zulip.git
version: Update version strings following 2.0 release.
This commit is contained in:
parent
ac24fdd4eb
commit
34460173f4
|
@ -50,9 +50,9 @@ author = 'The Zulip Team'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.0'
|
version = '2.0+git'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# 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.
|
# version, e.g. to say that something is likely to have changed.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ZULIP_VERSION = "2.0.0"
|
ZULIP_VERSION = "2.0.0+git"
|
||||||
LATEST_MAJOR_VERSION = "2.0"
|
LATEST_MAJOR_VERSION = "2.0"
|
||||||
LATEST_RELEASE_VERSION = "2.0.0"
|
LATEST_RELEASE_VERSION = "2.0.0"
|
||||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"
|
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"
|
||||||
|
|
Loading…
Reference in New Issue