Bump nc version

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2017-10-25 08:06:45 +02:00
parent 67d55163c4
commit 6728628746

View File

@@ -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()),
}