version: Update for 4.0-rc1 release.

This commit is contained in:
Tim Abbott
2021-05-03 17:36:29 -07:00
parent a1f543f605
commit 4fd0725678
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ 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.
### 4.0-rc1 -- May 3, 2021
#### Highlights #### Highlights
- Added copy-to-clipboard button on code blocks, making it convenient - Added copy-to-clipboard button on code blocks, making it convenient

View File

@@ -1,6 +1,6 @@
import os import os
ZULIP_VERSION = "4.0-dev+git" ZULIP_VERSION = "4.0-rc1+git"
# 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( zulip_git_version_file = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "zulip-git-version" os.path.dirname(os.path.abspath(__file__)), "zulip-git-version"