mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Release Zulip Server 3.0-rc2.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user