We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d5ca39 + 8894535 commit 7099a36Copy full SHA for 7099a36
2 files changed
MANIFEST.in
@@ -0,0 +1,3 @@
1
+include git_version.py
2
+include spec_version.py
3
+include RELEASE-VERSION
docs/conf.py
@@ -18,6 +18,7 @@
18
import shlex
19
20
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
21
+from git_version import git_version
22
23
# If extensions (or modules to document with autodoc) are in another directory,
24
# add these directories to sys.path here. If the directory is relative to the
@@ -61,9 +62,9 @@
61
62
# built documents.
63
#
64
# The short X.Y version.
-version = '0.3.0'
65
+version = git_version()
66
# The full version, including alpha/beta/rc tags.
-release = '0.3.0'
67
+release = git_version()
68
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
# for a list of supported languages.
0 commit comments