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

@@ -25,10 +25,10 @@ Release history
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
.. This extra heading level keeps the ToC from becoming unmanageably long .. This extra heading level keeps the ToC from becoming unmanageably long
vNext v8.3
----- ----
*unreleased changes* *2021-05-19*
Fixes Fixes
~~~~~ ~~~~~

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 __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" __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"