Release 7.2

This commit is contained in:
medmunds
2020-07-25 11:46:19 -07:00
parent 743d3ce21f
commit 1dbb92cfb1
2 changed files with 5 additions and 5 deletions

View File

@@ -25,12 +25,12 @@ 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 v7.2 LTS
----- --------
*Unreleased changes in development* *2020-07-25*
This is an extended support release. Anymail vNext will receive security updates This is an extended support release. Anymail v7.2 will receive security updates
and fixes for any breaking ESP API changes through at least July, 2021. and fixes for any breaking ESP API changes through at least July, 2021.
Fixes Fixes

View File

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