We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27db486 commit cde28acCopy full SHA for cde28ac
docs/conf.py
@@ -28,10 +28,10 @@
28
copyright = '2018, {}'.format(NodeGraphQt.__author__)
29
author = NodeGraphQt.__author__
30
31
-# The short X.Y version
32
-version = '{0}.{1}'.format(*NodeGraphQt.__version__.split('.'))
33
# The full version, including alpha/beta/rc tags
34
release = NodeGraphQt.__version__
+# The short X.Y version
+version = '{0}.{1}'.format(*release.split('.'))
35
36
37
# -- General configuration ---------------------------------------------------
0 commit comments