Release 8.0

This commit is contained in:
medmunds
2020-09-11 14:50:20 -07:00
parent 109f484317
commit 945e69f591
2 changed files with 12 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (8, 0, 0, 'dev0')
VERSION = (8, 0)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"