From e3e2691124695a41422072433d7b7f3e8313e757 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 29 May 2023 17:14:15 -0700 Subject: [PATCH] Update version following 7.0-beta3 release. Signed-off-by: Anders Kaseorg --- docs/overview/changelog.md | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index f30ce7e3e0..fee22f8a33 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -5,7 +5,7 @@ This page the release history for the Zulip server. See also the ## Zulip 7.x series -### 7.0-beta3 -- 2023-05-29 +### 7.0 -- unreleased This section is an incomplete draft of the release notes for the next major release, and is only updated occasionally. See the [commit diff --git a/version.py b/version.py index 21db3a0ead..77e6eef014 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import os -ZULIP_VERSION = "7.0-beta3" +ZULIP_VERSION = "7.0-beta3+git" # Add information on number of commits and commit hash to version, if available zulip_git_version_file = os.path.join(