1
0
Fork 0

docs: Properly set version and release

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
spacecruft
Vasilis Tsiligiannis 2020-09-21 17:41:44 +03:00
parent 498fa704a3
commit b51e6f4792
3 changed files with 1835 additions and 2 deletions

View File

@ -60,9 +60,9 @@ author = 'SatNOGS'
# built documents.
#
# The short X.Y version.
version = '1'
version = __version__
# The full version, including alpha/beta/rc tags.
release = '1'
release = __version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

12
docs/setup.cfg 100644
View File

@ -0,0 +1,12 @@
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = db/_version.py
versionfile_build = db/_version.py
tag_prefix =
parentdir_prefix =

1821
docs/versioneer.py 100644

File diff suppressed because it is too large Load Diff