version: Updates version after 11.0 release.

This commit is contained in:
Tim Abbott
2025-08-13 16:39:03 -07:00
parent cb9bb96226
commit 66114d404a
5 changed files with 26 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ labels: ["bug"]
**Zulip Server and web app version:** **Zulip Server and web app version:**
- [ ] Zulip Cloud (`*.zulipchat.com`) - [ ] Zulip Cloud (`*.zulipchat.com`)
- [ ] Zulip Server 11.x
- [ ] Zulip Server 10.x - [ ] Zulip Server 10.x
- [ ] Zulip Server 9.x - [ ] Zulip Server 9.x
- [ ] Zulip Server 8.x - [ ] Zulip Server 8.x or older
- [ ] Zulip Server 7.x or older
- [ ] Other or not sure - [ ] Other or not sure

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 12.0
Feature levels 421-424 reserved for future use in 11.x maintenance
releases.
## Changes in Zulip 11.0 ## Changes in Zulip 11.0
**Feature level 421** **Feature level 421**

View File

@@ -1,12 +1,21 @@
# Version history # Version history
This page contains the release history for the Zulip Server 11.x stable This page contains the release history for the Zulip server. See also
release series. See the [current Zulip changelog][latest-changelog] the [Zulip release lifecycle](../overview/release-lifecycle.md).
for newer release series, or the [commit log][commit-log] for an
up-to-date list of all changes.
See also the [Zulip release ## Zulip Server 12.x series (development)
lifecycle](../overview/release-lifecycle.md).
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 all changes.
## Zulip Server 12.0
_Unreleased_
### Upgrade notes for 12.0
- None yet.
## Zulip Server 11.x series ## Zulip Server 11.x series
@@ -4987,6 +4996,7 @@ _Released 2015-10-19_
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 12.0](#upgrade-notes-for-120)
- [Upgrade notes for 11.0](#upgrade-notes-for-110) - [Upgrade notes for 11.0](#upgrade-notes-for-110)
- [Upgrade notes for 10.0](#upgrade-notes-for-100) - [Upgrade notes for 10.0](#upgrade-notes-for-100)
- [Upgrade notes for 9.0](#upgrade-notes-for-90) - [Upgrade notes for 9.0](#upgrade-notes-for-90)

View File

@@ -9,3 +9,4 @@
| 9.x | 12, 13, 14, 15, 16 | | 9.x | 12, 13, 14, 15, 16 |
| 10.x | 13, 14, 15, 16, 17 | | 10.x | 13, 14, 15, 16, 17 |
| 11.x | 14, 15, 16, 17 | | 11.x | 14, 15, 16, 17 |
| 12.x (unreleased) | 14, 15, 16, 17 |

View File

@@ -1,6 +1,6 @@
import os import os
ZULIP_VERSION = "11.0" ZULIP_VERSION = "12.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(
@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**" # new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`. # entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 421 API_FEATURE_LEVEL = 425
# Bump the minor PROVISION_VERSION to indicate that folks should provision # Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump # only when going from an old version of the code to a newer version. Bump