Skip to content

Commit 30c6130

Browse files
committed
Release 13.0.1
1 parent 6b27bd9 commit 30c6130

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ Release history
2828
v13.0.1
2929
-------
3030

31-
*Unreleased changes*
31+
*2025-07-25*
3232

3333
Breaking changes (external)
3434
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3535

3636
* **SendGrid:** Anymail no longer officially supports SendGrid, because we are
3737
unable to test it. Although it will *probably* keep working, you'll get
38-
warnings about this change in status. See `#432`_ for details, and the
39-
`docs <https://anymail.dev/en/stable/esps/sendgrid/>`__ if you want
40-
to suppress the warnings. (Since this breaking change is due to external
41-
causes and impacts SendGrid users on all versions of Anymail, it is being
42-
handled as a minor patch rather than a semver major version change.)
38+
warnings about this change in status. See
39+
`Dropping support for SendGrid <https://github.com/anymail/django-anymail/issues/432>`__
40+
for details and actions SendGrid customers can take. (Since this breaking
41+
change is due to external causes and impacts SendGrid users on all versions
42+
of Anymail, it is being handled as a minor patch release rather than a semver
43+
major version change.)
4344

4445
Fixes
4546
~~~~~
@@ -1788,7 +1789,6 @@ Features
17881789
.. _#148: https://github.com/anymail/django-anymail/issues/148
17891790
.. _#153: https://github.com/anymail/django-anymail/issues/153
17901791
.. _#304: https://github.com/anymail/django-anymail/issues/304
1791-
.. _#432: https://github.com/anymail/django-anymail/issues/432
17921792

17931793
.. _@ailionx: https://github.com/ailionx
17941794
.. _@alee: https://github.com/alee

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Instead, load version info from the package root.
33

44
#: major.minor or major.minor.patch (optionally with .devN suffix)
5-
__version__ = "13.0"
5+
__version__ = "13.0.1"
66

77
VERSION = __version__.split(",")

0 commit comments

Comments
 (0)