From de2a2d0dfa72e4ea533480f636a3cab86ec55a50 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 16 Nov 2017 12:40:36 -0800 Subject: [PATCH] docs: Send people to install instructions for latest release. Pointing these at the latest release, rather than the latest version in master, allows us to make changes to the installer and document them properly in master, without making the instructions confusingly wrong for people who just go to the website or the GitHub repo page and follow instructions to install. --- README.md | 2 +- templates/zerver/plans.html | 2 +- version.py | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7b2a456d..47b95237c3 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/latest/production/overview.html). + [documented here](https://zulip.readthedocs.io/en/1.7.0/prod.html). Commercial support is available; see for details. diff --git a/templates/zerver/plans.html b/templates/zerver/plans.html index e2253f69c9..6bd26898bc 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 f9c9789858..c5d8303285 100644 --- a/version.py +++ b/version.py @@ -1,2 +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" + PROVISION_VERSION = '12.0'