mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 7.2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user