forked from VimPlug/jedi
Display full version in docs
This commit is contained in:
@@ -53,8 +53,8 @@ from jedi.utils import version_info
|
|||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y.Z version.
|
||||||
version = '.'.join(str(x) for x in version_info()[:2])
|
version = '.'.join(str(x) for x in version_info()[:3])
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = jedi.__version__
|
release = jedi.__version__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user