mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
version: Update for 4.0-rc1 release.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user