diff --git a/README.md b/README.md index 47b95237c3..b2382afc71 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You might be interested in: * **Running a Zulip server**. Setting up a server takes just a couple of minutes. Zulip runs on Ubuntu 16.04 Xenial and Ubuntu 14.04 Trusty. The installation process is - [documented here](https://zulip.readthedocs.io/en/1.7.0/prod.html). + [documented here](https://zulip.readthedocs.io/en/1.7.1/prod.html). Commercial support is available; see for details. diff --git a/docs/conf.py b/docs/conf.py index fc87c999a6..0b1802a772 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ author = u'The Zulip Team' # The short X.Y version. version = '1.7+git' # The full version, including alpha/beta/rc tags. -release = '1.7.0+git' +release = '1.7.1+git' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/templates/zerver/plans.html b/templates/zerver/plans.html index 6bd26898bc..a0f8bf71ce 100644 --- a/templates/zerver/plans.html +++ b/templates/zerver/plans.html @@ -44,7 +44,7 @@
Free and open source forever!
- + diff --git a/version.py b/version.py index 65ed322d63..2ffd5b5783 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # When bumping this for a release, we should also update the handful # of places we link to docs for the latest release, rather than master. # To find them: git grep 'zulip.readthedocs.io/en/[0-9]' -ZULIP_VERSION = "1.7.0+git" +ZULIP_VERSION = "1.7.1+git" PROVISION_VERSION = '12.1'