Release 7.1

This commit is contained in:
medmunds
2020-04-13 14:42:53 -07:00
parent 7a16b9e51f
commit 7b3305d0b9
2 changed files with 38 additions and 4 deletions

View File

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