Skip to content

Commit 3a59434

Browse files
author
Moritz C.K.U. Schneider
committed
Set the version in the documentation to the project version
1 parent b52dd33 commit 3a59434

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import os
2020
import sys
2121
sys.path.insert(0, os.path.abspath('../../'))
22+
import pandas_metricsreader
2223

2324
# -- General configuration ------------------------------------------------
2425

@@ -58,9 +59,9 @@
5859
# built documents.
5960
#
6061
# The short X.Y version.
61-
version = u'0.1'
62+
version = pandas_metricsreader.__version__
6263
# The full version, including alpha/beta/rc tags.
63-
release = u'0.1.0-alpha'
64+
release = pandas_metricsreader.__version__
6465

6566
# The language for content autogenerated by Sphinx. Refer to documentation
6667
# for a list of supported languages.

0 commit comments

Comments
 (0)