Release 8.1

This commit is contained in:
medmunds
2020-10-09 12:07:00 -07:00
parent b9fdd3a37e
commit a7ea862ff1
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (8, 0)
VERSION = (8, 1)
__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"