version: Update version following 5.0 release.

This commit is contained in:
Tim Abbott 2022-03-29 08:36:41 -07:00
parent d308c694ba
commit 12e8f0f5ea
3 changed files with 21 additions and 5 deletions

View File

@ -1,9 +1,19 @@
# Version history # Version history
This page contains the release history for the Zulip 5.x stable This page the release history for the Zulip server. See also the
release series. See the [current Zulip changelog][latest-changelog] [Zulip release lifecycle](../overview/release-lifecycle.md).
for newer release series, or the [commit log][commit-log] for an
up-to-date list of raw changes. ## Zulip 6.x series
### 6.0 -- unreleased
This section is an incomplete draft of the release notes for the next
major release, and is only updated occasionally. See the [commit
log][commit-log] for an up-to-date list of raw changes.
#### Upgrade notes for 6.0
- None yet.
## Zulip 5.x series ## Zulip 5.x series
@ -2580,6 +2590,7 @@ running a version from before 1.7 should upgrade directly to 1.7.1.
This section links to the upgrade notes from past releases, so you can This section links to the upgrade notes from past releases, so you can
easily read them all when upgrading across multiple releases. easily read them all when upgrading across multiple releases.
* [Draft upgrade notes for 6.0](#upgrade-notes-for-6-0)
- [Upgrade notes for 5.0](#upgrade-notes-for-50) - [Upgrade notes for 5.0](#upgrade-notes-for-50)
- [Upgrade notes for 4.0](#upgrade-notes-for-40) - [Upgrade notes for 4.0](#upgrade-notes-for-40)
- [Upgrade notes for 3.0](#upgrade-notes-for-30) - [Upgrade notes for 3.0](#upgrade-notes-for-30)

View File

@ -18,6 +18,11 @@ clients should check the `zulip_feature_level` field, present in the
/register`](/api/register-queue) responses, to determine the API /register`](/api/register-queue) responses, to determine the API
format used by the Zulip server that they are interacting with. format used by the Zulip server that they are interacting with.
## Changes in Zulip 6.0
Feature levels 123-124 are reserved for future use in 5.x maintenance
releases.
## Changes in Zulip 5.0 ## Changes in Zulip 5.0
**Feature level 122** **Feature level 122**

View File

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