RELEASE: Fix version number for the docs site (#2797)

This commit is contained in:
Katelyn Baker 2018-03-12 17:57:51 +00:00 committed by Ben Abineri
parent d9d6684f11
commit 96e7d8db79

View File

@ -54,9 +54,9 @@ author = u'R3 DLG'
# built documents.
#
# The short X.Y version.
version = '3.0'
version = 'V3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0'
release = 'V3.0'
# The version for use in the dropdown html.
html_context = {'version': '3.0'}