summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-10 16:43:58 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 14:33:41 +0200
commitfcbf3c923136ef25d01ec45cd550d93f319b04db (patch)
treed64bc689b57005b784f351466a68116e52959574 /doc/conf.py
parentc064f1eba3ab3d9acee3873187488001b365d1f9 (diff)
downloadastroid-git-fcbf3c923136ef25d01ec45cd550d93f319b04db.tar.gz
Change numversion to __version__ in __pkginfo__
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index bd94315b..12070636 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,10 +58,10 @@ copyright = f'2003-{current_year}, Logilab, PyCQA and contributors'
# built documents.
#
# The short X.Y version.
-from astroid.__pkginfo__ import version
+from astroid.__pkginfo__ import __version__
# The full version, including alpha/beta/rc tags.
-release = version
+release = __version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.