We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d9a49 commit e15b3ceCopy full SHA for e15b3ce
CHANGELOG.rst
@@ -25,16 +25,16 @@ Release history
25
^^^^^^^^^^^^^^^
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
28
-vNext
+v10.2
29
-----
30
31
-*unreleased changes*
+*2023-10-25*
32
33
Features
34
~~~~~~~~
35
36
* **Resend**: Add support for this ESP
37
- (`docs <https://anymail.dev/en/latest/esps/resend/>`__).
+ (`docs <https://anymail.dev/en/stable/esps/resend/>`__).
38
39
Fixes
40
~~~~~
anymail/_version.py
@@ -2,6 +2,6 @@
2
# Instead, load version info from the package root.
3
4
#: major.minor or major.minor.patch (optionally with .devN suffix)
5
-__version__ = "10.1"
+__version__ = "10.2"
6
7
VERSION = __version__.split(",")
0 commit comments