import sys, os
+import libbe.version
+
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# built documents.
#
# The short X.Y version.
-version = '432'
+version = libbe.version.version()
# The full version, including alpha/beta/rc tags.
-release = '432'
+release = libbe.version.version()
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.