mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
version: Update version after 5.0 release.
This commit is contained in:
@@ -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
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user