Release 10.2

This commit is contained in:
Mike Edmunds
2023-10-25 13:01:30 -07:00
parent 29d9a49d6e
commit e15b3ce1ec
2 changed files with 4 additions and 4 deletions

View File

@@ -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
~~~~~ ~~~~~

View File

@@ -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(",")