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 8ad9d6e commit 17acea0Copy full SHA for 17acea0
2 files changed
CHANGELOG.rst
@@ -25,10 +25,10 @@ Release history
25
^^^^^^^^^^^^^^^
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
28
-vNext
+v15.0
29
-----
30
31
-*Unreleased changes on next branch*
+*2026-04-18*
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__ = "14.0"
+__version__ = "15.0"
6
7
VERSION = __version__.split(",")
0 commit comments