Skip to content

Commit

Permalink
Release Zulip Server 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Mar 1, 2019
1 parent 3fc2a43 commit ac24fdd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0-rc1'
release = '2.0.0'

# This allows us to insert a warning that appears only on an unreleased
# version, e.g. to say that something is likely to have changed.
Expand Down
11 changes: 10 additions & 1 deletion docs/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to the Zulip server are documented in this file.
This section lists notable unreleased changes; it is generally updated
in bursts.

### 2.0.0 -- coming 2019-02-14 or so
### 2.0.0 -- 2019-03-01

**Highlights:**
- Added automation for synchronizing user avatars, custom profile
Expand All @@ -28,6 +28,15 @@ in bursts.
support Ubuntu Trusty, but Zulip 2.1.0 will remove support for
installing on Trusty.

**Upgrade notes:**
- This release adds support for [submitting basic usage statistics] to
help the Zulip core team. This feature can be enabled only if a server
is using the [Mobile Push Notification Service][mpns-statistics-docs],
and is enabled by default in that case. To disable it, set
`SUBMIT_USAGE_STATISTICS = False` in `/etc/zulip/settings.py`.

[mpns-statistics-docs]: ../production/mobile-push-notifications.html#submitting-statistics

**Full feature changelog:**
- Added support for CentOS 7 in the development environment
provisioning process. This is an important step towards production
Expand Down
8 changes: 4 additions & 4 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ZULIP_VERSION = "2.0.0-rc1+git"
LATEST_MAJOR_VERSION = "1.9"
LATEST_RELEASE_VERSION = "1.9.2"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-released/"
ZULIP_VERSION = "2.0.0"
LATEST_MAJOR_VERSION = "2.0"
LATEST_RELEASE_VERSION = "2.0.0"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"

# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump
Expand Down

0 comments on commit ac24fdd

Please sign in to comment.