From 7809ecd38eaf6d9af406a566d45f7939c2d6bf4b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 29 Mar 2022 08:31:25 -0700 Subject: [PATCH] version: Update version after 5.0 release. --- docs/overview/changelog.md | 4 ---- version.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index ba77613f6a..9e88b13183 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -9,10 +9,6 @@ up-to-date list of raw changes. ### 5.0 -- 2022-03-29 -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. - #### Highlights - New [resolve topic](https://zulip.com/help/resolve-a-topic) feature diff --git a/version.py b/version.py index 608156022d..8bcbc71d3d 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import os -ZULIP_VERSION = "5.0" +ZULIP_VERSION = "5.0+git" # Add information on number of commits and commit hash to version, if available zulip_git_version_file = os.path.join(