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