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 76c336a commit 8c16d09Copy full SHA for 8c16d09
doc/conf.py
@@ -55,10 +55,11 @@
55
# |version| and |release|, also used in various other places throughout the
56
# built documents.
57
#
58
+import sane
59
# The short X.Y version.
-version = '2.8.0'
60
+version = sane.__version__
61
# The full version, including alpha/beta/rc tags.
-release = '2.8.0'
62
+release = sane.__version__
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
0 commit comments