File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,27 @@ Release history
26
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
27
28
28
29
- vNext
29
+ v11.1
30
30
-----
31
31
32
- *unreleased changes *
32
+ *2024-08-07 *
33
33
34
34
Features
35
35
~~~~~~~~
36
36
37
37
* **Brevo: ** Support Brevo's new "Complaint," "Error" and "Loaded by proxy"
38
38
tracking events. (Thanks to `@originell `_ for the update.)
39
39
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
+
40
50
41
51
v11.0.1
42
52
-------
Original file line number Diff line number Diff line change 2
2
# Instead, load version info from the package root.
3
3
4
4
#: major.minor or major.minor.patch (optionally with .devN suffix)
5
- __version__ = "11.0. 1"
5
+ __version__ = "11.1"
6
6
7
7
VERSION = __version__ .split ("," )
You can’t perform that action at this time.
0 commit comments