Display full version in docs

This commit is contained in:
Dave Halter
2020-03-19 00:16:03 +01:00
parent f12262881d
commit 97117bfaf2

View File

@@ -53,8 +53,8 @@ from jedi.utils import version_info
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '.'.join(str(x) for x in version_info()[:2])
# The short X.Y.Z version.
version = '.'.join(str(x) for x in version_info()[:3])
# The full version, including alpha/beta/rc tags.
release = jedi.__version__