Release Zulip Server 1.5.1.

This commit is contained in:
Tim Abbott
2017-02-07 09:38:05 -08:00
parent 58a7f6085f
commit bd01b1e2e4
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ All notable changes to the Zulip server are documented in this file.
### Unreleased
### 1.5.1 -- 2017-02-07
- Fix exception trying to copy node_modules during upgrade process.
- Improved styling of /stats page to remove useless login/register links.
### 1.5.0 -- 2017-02-06
Highlights:

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.5.0"
ZULIP_VERSION = "1.5.1"
PROVISION_VERSION = '4.4'