mirror of https://github.com/zulip/zulip.git
version: Update version and changelog following 4.1 release.
This commit is contained in:
parent
de47feab43
commit
6d4e7aa307
|
@ -17,6 +17,10 @@ log][commit-log] for an up-to-date list of raw changes.
|
|||
|
||||
## Zulip 4.x series
|
||||
|
||||
### 4.1 -- 2021-05-13
|
||||
|
||||
- Fix exception upgrading to the 4.x series from older releases.
|
||||
|
||||
### 4.0 -- 2021-05-13
|
||||
|
||||
#### Highlights
|
||||
|
|
|
@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip()
|
|||
ZULIP_MERGE_BASE = lines.pop(0).strip()
|
||||
|
||||
LATEST_MAJOR_VERSION = "4.0"
|
||||
LATEST_RELEASE_VERSION = "4.0"
|
||||
LATEST_RELEASE_VERSION = "4.1"
|
||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2021/05/13/zulip-4-0-released/"
|
||||
|
||||
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
|
||||
|
|
Loading…
Reference in New Issue