mirror of https://github.com/zulip/zulip.git
version: Update mentions of latest release to reflect 1.7.1.
This commit is contained in:
parent
fbbd5b0eee
commit
50ea5ff4b1
|
@ -57,7 +57,7 @@ You might be interested in:
|
||||||
* **Running a Zulip server**. Setting up a server takes just a couple of
|
* **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
|
minutes. Zulip runs on Ubuntu 16.04 Xenial and Ubuntu 14.04 Trusty. The
|
||||||
installation process is
|
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 <https://zulipchat.com/plans> for
|
Commercial support is available; see <https://zulipchat.com/plans> for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ author = u'The Zulip Team'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.7+git'
|
version = '1.7+git'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<div class="pricing-details">
|
<div class="pricing-details">
|
||||||
Free and open source forever!
|
Free and open source forever!
|
||||||
</div>
|
</div>
|
||||||
<a href="https://zulip.readthedocs.io/en/1.7.0/prod.html">
|
<a href="https://zulip.readthedocs.io/en/1.7.1/prod.html">
|
||||||
<button class="green" type="button">
|
<button class="green" type="button">
|
||||||
Install a Zulip server
|
Install a Zulip server
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# When bumping this for a release, we should also update the handful
|
# 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.
|
# of places we link to docs for the latest release, rather than master.
|
||||||
# To find them: git grep 'zulip.readthedocs.io/en/[0-9]'
|
# 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'
|
PROVISION_VERSION = '12.1'
|
||||||
|
|
Loading…
Reference in New Issue