Release Zulip Server 6.0-rc1.

This commit is contained in:
Tim Abbott
2022-11-02 21:27:05 -07:00
parent 931ed069b3
commit 2ba3d004fd
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ This page the release history for the Zulip server. See also the
## Zulip 6.x series ## Zulip 6.x series
### 6.0 -- unreleased ### 6.0-rc1 -- 2022-11-02
This section is an incomplete draft of the release notes for the next This section is an incomplete draft of the release notes for the next
major release, and is only updated occasionally. See the [commit major release, and is only updated occasionally. See the [commit

View File

@@ -1,6 +1,6 @@
import os import os
ZULIP_VERSION = "6.0-dev+git" ZULIP_VERSION = "6.0-rc1"
# 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(