Release Zulip Server 3.0-rc2.

This commit is contained in:
Tim Abbott
2020-07-14 00:18:30 -07:00
parent bf24896bd5
commit ac0a305f72
2 changed files with 3 additions and 3 deletions

View File

@@ -7,9 +7,9 @@ All notable changes to the Zulip server are documented in this file.
This section lists notable unreleased changes; it is generally updated This section lists notable unreleased changes; it is generally updated
in bursts. in bursts.
### 3.0-rc1 -- July 1, 2020 ### 3.0-rc2 -- July 14, 2020
We expect this to become the 3.0 final release in early July. We expect this to become the 3.0 final release in mid July.
#### Highlights #### Highlights

View File

@@ -1,6 +1,6 @@
import os import os
ZULIP_VERSION = "3.0-rc1+git" ZULIP_VERSION = "3.0-rc2"
# Add information on number of commits and commit hash to version, if available # 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') 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): if os.path.exists(zulip_git_version_file):