From: Camila Date: Mon, 24 Aug 2020 14:58:33 +0000 (+0200) Subject: Update copyright date and version displayed in the page title. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~209^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cbea02390e451975608aee15e9dce137a0ee36f3;p=nextcloud-desktop.git Update copyright date and version displayed in the page title. - This is the title displayed at https://docs.nextcloud.com/desktop/x.y Signed-off-by: Camila --- diff --git a/doc/conf.py b/doc/conf.py index 3b967d7e0..ed02e5f18 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Nextcloud Client Manual' -copyright = u'2013-2018, The Nextcloud developers' +copyright = u'2013-2020, The Nextcloud developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.4.0' +version = '3.0' # The full version, including alpha/beta/rc tags. -release = '2.4.0' +release = '3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.