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 a93c736 commit 7e0aa99Copy full SHA for 7e0aa99
CHANGELOG.rst
@@ -25,10 +25,10 @@ Release history
25
^^^^^^^^^^^^^^^
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
28
-vNext
+v13.0
29
-----
30
31
-*Unreleased changes*
+*2025-04-03*
32
33
Breaking changes
34
~~~~~~~~~~~~~~~~
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__ = "12.0"
+__version__ = "13.0"
6
7
VERSION = __version__.split(",")
0 commit comments