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 3ef790e commit 94b2303Copy full SHA for 94b2303
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