Fix docs version string

merge-requests/130/head
Jason Robinson 2016-10-03 19:56:13 +03:00
rodzic 11c019f432
commit 464f654fd6
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -2,8 +2,6 @@
# -*- coding: utf-8 -*-
from recommonmark.parser import CommonMarkParser
from federation import __version__
#
# Social-Federation documentation build configuration file, created by
# sphinx-quickstart on Sun Oct 2 12:42:19 2016.
@ -71,9 +69,9 @@ author = 'Jason Robinson'
# built documents.
#
# The short X.Y version.
version = __version__
version = "0.7.0"
# The full version, including alpha/beta/rc tags.
release = __version__
release = "0.7.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -130,6 +128,7 @@ todo_include_todos = False
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#