Release Zulip Server 4.2.

This commit is contained in:
Tim Abbott
2021-05-13 22:03:34 -07:00
parent 812ad52007
commit a025fab082
2 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,12 @@ up-to-date list of raw changes.
## Zulip 4.x series
### 4.2 -- 2021-05-13
- Fix exception in purge-old-deployments when upgrading on
a system that has never upgraded using Git.
- Fix installation from a directory readable only by root.
### 4.1 -- 2021-05-13
- Fix exception upgrading to the 4.x series from older releases.

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "4.1+git"
ZULIP_VERSION = "4.2"
# Add information on number of commits and commit hash to version, if available
zulip_git_version_file = os.path.join(
@@ -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.1"
LATEST_RELEASE_VERSION = "4.2"
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