Release 8.6

This commit is contained in:
medmunds
2022-05-15 10:11:00 -07:00
parent 2001b1ce2a
commit ad08892eb0
4 changed files with 21 additions and 9 deletions

View File

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