Files
zulip/version.py
Greg Price de2a2d0dfa 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.
2017-11-20 15:52:07 -08:00

7 lines
256 B
Python

# 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'