From 6728628746d7b7e7cbe2e282c73c1b1fbe7a3a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 25 Oct 2017 08:06:45 +0200 Subject: [PATCH] Bump nc version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index aa16256e5..02401409f 100644 --- a/conf.py +++ b/conf.py @@ -1,4 +1,4 @@ -# global configuration for every documentation added at the end +# global configuration for every documentation added at the end import os @@ -10,15 +10,15 @@ copyright = u'2012-2017, The Nextcloud developers' # built documents. # # The short X.Y version. -version = '12' +version = '13' # The full version, including alpha/beta/rc tags. -release = '12' +release = '13' # substitutions go here rst_epilog = '.. |version| replace:: %s' % version html_context = { - 'doc_versions': ['11', '12'], + 'doc_versions': ['11', '12', '13'], 'current_doc': os.path.basename(os.getcwd()), }