From 12e8f0f5ea4476dce39aac1a75f42de6943d60bb Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 29 Mar 2022 08:36:41 -0700 Subject: [PATCH] version: Update version following 5.0 release. --- docs/overview/changelog.md | 19 +++++++++++++++---- templates/zerver/api/changelog.md | 5 +++++ version.py | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index ba77613f6a..89c30ffc9a 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -1,9 +1,19 @@ # Version history -This page contains the release history for the Zulip 5.x stable -release series. See the [current Zulip changelog][latest-changelog] -for newer release series, or the [commit log][commit-log] for an -up-to-date list of raw changes. +This page the release history for the Zulip server. See also the +[Zulip release lifecycle](../overview/release-lifecycle.md). + +## 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 @@ -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 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 4.0](#upgrade-notes-for-40) - [Upgrade notes for 3.0](#upgrade-notes-for-30) diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index af2688be46..76a0bba7c6 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -18,6 +18,11 @@ clients should check the `zulip_feature_level` field, present in the /register`](/api/register-queue) responses, to determine the API 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 **Feature level 122** diff --git a/version.py b/version.py index 608156022d..072ad15f1c 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ 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 zulip_git_version_file = os.path.join(