mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 11.1
This commit is contained in:
@@ -26,10 +26,10 @@ Release history
|
||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||
|
||||
|
||||
vNext
|
||||
v11.1
|
||||
-----
|
||||
|
||||
*unreleased changes*
|
||||
*2024-08-07*
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
@@ -37,6 +37,16 @@ Features
|
||||
* **Brevo:** Support Brevo's new "Complaint," "Error" and "Loaded by proxy"
|
||||
tracking events. (Thanks to `@originell`_ for the update.)
|
||||
|
||||
Deprecations
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* This will be the last Anymail release to support Django 3.0, 3.1 and 3.2
|
||||
(which reached end of extended support on 2021-04-06, 2021-12-07 and
|
||||
2024-04-01, respectively).
|
||||
|
||||
* This will be the last Anymail release to support Python 3.7 (which reached
|
||||
end-of-life on 2023-06-27, and is not supported by Django 4.0 or later).
|
||||
|
||||
|
||||
v11.0.1
|
||||
-------
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
# Instead, load version info from the package root.
|
||||
|
||||
#: major.minor or major.minor.patch (optionally with .devN suffix)
|
||||
__version__ = "11.0.1"
|
||||
__version__ = "11.1"
|
||||
|
||||
VERSION = __version__.split(",")
|
||||
|
||||
Reference in New Issue
Block a user