Release 8.3

This commit is contained in:
medmunds
2021-05-19 13:51:45 -07:00
parent 67bf5a5912
commit f831fe814a
2 changed files with 4 additions and 4 deletions

View File

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