Release 8.4

This commit is contained in:
medmunds
2021-06-15 16:34:12 -07:00
parent d79c3c2c05
commit 26d2b5caa0
2 changed files with 8 additions and 6 deletions

View File

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