mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 10.2
This commit is contained in:
@@ -25,16 +25,16 @@ 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
|
v10.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
*unreleased changes*
|
*2023-10-25*
|
||||||
|
|
||||||
Features
|
Features
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
* **Resend**: Add support for this ESP
|
* **Resend**: Add support for this ESP
|
||||||
(`docs <https://anymail.dev/en/latest/esps/resend/>`__).
|
(`docs <https://anymail.dev/en/stable/esps/resend/>`__).
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
# Instead, load version info from the package root.
|
# Instead, load version info from the package root.
|
||||||
|
|
||||||
#: major.minor or major.minor.patch (optionally with .devN suffix)
|
#: major.minor or major.minor.patch (optionally with .devN suffix)
|
||||||
__version__ = "10.1"
|
__version__ = "10.2"
|
||||||
|
|
||||||
VERSION = __version__.split(",")
|
VERSION = __version__.split(",")
|
||||||
|
|||||||
Reference in New Issue
Block a user