Compare commits

...

1 Commits
4.8 ... 5.0-dev

Author SHA1 Message Date
Tim Abbott
bf4f6544e7 version: Update version following 4.0 release. 2021-05-13 15:48:15 -07:00
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 4.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 5.x series
### 5.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 5.0
- None yet.
## Zulip 4.x series ## Zulip 4.x series
@@ -2117,6 +2127,7 @@ Zulip apps.
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 5.0](#upgrade-notes-for-5-0)
* [Upgrade notes for 4.0](#upgrade-notes-for-4-0) * [Upgrade notes for 4.0](#upgrade-notes-for-4-0)
* [Upgrade notes for 3.0](#upgrade-notes-for-3-0) * [Upgrade notes for 3.0](#upgrade-notes-for-3-0)
* [Upgrade notes for 2.1.5](#upgrade-notes-for-2-1-5) * [Upgrade notes for 2.1.5](#upgrade-notes-for-2-1-5)

View File

@@ -9,6 +9,11 @@ server versions is to check the `zulip_feature_level` parameter in the
`/register` and `/server_settings` responses to determine which of the `/register` and `/server_settings` responses to determine which of the
below features are supported. below features are supported.
## Changes in Zulip 5.0
Feature levels 66-69 are reserved for future use in 4.x maintenance
releases.
## Changes in Zulip 4.0 ## Changes in Zulip 4.0
**Feature level 65** **Feature level 65**

View File

@@ -1,6 +1,6 @@
import os import os
ZULIP_VERSION = "4.0" ZULIP_VERSION = "5.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(