diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
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. |