Release 7.2

This commit is contained in:
medmunds
2020-07-25 11:46:19 -07:00
parent 743d3ce21f
commit 1dbb92cfb1
2 changed files with 5 additions and 5 deletions

View File

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