Skip to content

Commit 6cb1a8b

Browse files
committed
Release 11.1
1 parent 53dcc1e commit 6cb1a8b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,27 @@ Release history
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
2828
29-
vNext
29+
v11.1
3030
-----
3131

32-
*unreleased changes*
32+
*2024-08-07*
3333

3434
Features
3535
~~~~~~~~
3636

3737
* **Brevo:** Support Brevo's new "Complaint," "Error" and "Loaded by proxy"
3838
tracking events. (Thanks to `@originell`_ for the update.)
3939

40+
Deprecations
41+
~~~~~~~~~~~~
42+
43+
* This will be the last Anymail release to support Django 3.0, 3.1 and 3.2
44+
(which reached end of extended support on 2021-04-06, 2021-12-07 and
45+
2024-04-01, respectively).
46+
47+
* This will be the last Anymail release to support Python 3.7 (which reached
48+
end-of-life on 2023-06-27, and is not supported by Django 4.0 or later).
49+
4050

4151
v11.0.1
4252
-------

anymail/_version.py

+1-1
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__ = "11.0.1"
5+
__version__ = "11.1"
66

77
VERSION = __version__.split(",")

0 commit comments

Comments
 (0)