Skip to content

Commit cde28ac

Browse files
committed
small cleanup
1 parent 27db486 commit cde28ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
copyright = '2018, {}'.format(NodeGraphQt.__author__)
2929
author = NodeGraphQt.__author__
3030

31-
# The short X.Y version
32-
version = '{0}.{1}'.format(*NodeGraphQt.__version__.split('.'))
3331
# The full version, including alpha/beta/rc tags
3432
release = NodeGraphQt.__version__
33+
# The short X.Y version
34+
version = '{0}.{1}'.format(*release.split('.'))
3535

3636

3737
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)