From a025fab082f28c6d17b2442647b9ee5fb5df45fc Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 13 May 2021 22:03:34 -0700 Subject: [PATCH] Release Zulip Server 4.2. --- docs/overview/changelog.md | 6 ++++++ version.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index c4e662d819..d5d66cec91 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -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. diff --git a/version.py b/version.py index ca48db9171..f2e3914ae3 100644 --- a/version.py +++ b/version.py @@ -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