Release 8.2

This commit is contained in:
medmunds
2021-01-27 14:43:44 -08:00
parent 4f349358bd
commit 4dd1d3b1fe
2 changed files with 4 additions and 3 deletions

View File

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