Release 8.5

This commit is contained in:
medmunds
2022-01-19 14:57:24 -08:00
parent bb8e583f06
commit 3572ec59c9
2 changed files with 7 additions and 6 deletions

View File

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