File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ Release history
2525^^^^^^^^^^^^^^^
2626 .. This extra heading level keeps the ToC from becoming unmanageably long
2727
28- vNext
29- -----
28+ v7.2 LTS
29+ --------
3030
31- *Unreleased changes in development *
31+ *2020-07-25 *
3232
33- This is an extended support release. Anymail vNext will receive security updates
33+ This is an extended support release. Anymail v7.2 will receive security updates
3434and fixes for any breaking ESP API changes through at least July, 2021.
3535
3636Fixes
Original file line number Diff line number Diff line change 1- VERSION = (7 , 1 , 0 )
1+ VERSION = (7 , 2 )
22__version__ = '.' .join ([str (x ) for x in VERSION ]) # major.minor.patch or major.minor.devN
33__minor_version__ = '.' .join ([str (x ) for x in VERSION [:2 ]]) # Sphinx's X.Y "version"
You can’t perform that action at this time.
0 commit comments