File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ include git_version.py
2+ include spec_version.py
3+ include RELEASE-VERSION
Original file line number Diff line number Diff line change 1818import shlex
1919
2020sys .path .append (os .path .join (os .path .dirname (__file__ ), '..' ))
21+ from git_version import git_version
2122
2223# If extensions (or modules to document with autodoc) are in another directory,
2324# add these directories to sys.path here. If the directory is relative to the
6162# built documents.
6263#
6364# The short X.Y version.
64- version = '0.3.0'
65+ version = git_version ()
6566# The full version, including alpha/beta/rc tags.
66- release = '0.3.0'
67+ release = git_version ()
6768
6869# The language for content autogenerated by Sphinx. Refer to documentation
6970# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments