From ac25f515e081676803d8ea73831187cff18bba27 Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Tue, 20 Jun 2017 10:08:32 -0700 Subject: [PATCH] docs: Update ReadTheDocs meta tags. Fixes #5482 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fed1f15c02..838a87da91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Zulip' -copyright = u'2015-2016, The Zulip Team' +copyright = u'2015-2017, The Zulip Team' author = u'The Zulip Team' # The version info for the project you're documenting, acts as replacement for @@ -52,9 +52,9 @@ author = u'The Zulip Team' # built documents. # # The short X.Y version. -version = '1.4' +version = '1.6' # The full version, including alpha/beta/rc tags. -release = '1.4.0' +release = '1.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.