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.
2 parents 864f787 + 94b2303 commit abe18d5Copy full SHA for abe18d5
docs/conf.py
@@ -47,10 +47,11 @@
47
# |version| and |release|, also used in various other places throughout the
48
# built documents.
49
#
50
+import flask_mongoengine
51
# The short X.Y version.
-version = '0.1'
52
+version = flask_mongoengine.get_version()
53
# The full version, including alpha/beta/rc tags.
-release = '0.1'
54
+release = flask_mongoengine.get_version()
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
0 commit comments