=== modified file 'doc/conf.py'
@@ -58,10 +58,12 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
-# The short X.Y version.
-version = '0.4'
+import versiontools
+import lava_dispatcher
+version = "%d.%d" % lava_dispatcher.__version__[0:2]
# The full version, including alpha/beta/rc tags.
-release = '0.6'
+release = versiontools.format_version(lava_dispatcher.__version__)
+
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.