Skip to content

Commit

Permalink
Release 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Sep 9, 2024
1 parent 063fb08 commit 35383c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,21 @@ Release history
.. This extra heading level keeps the ToC from becoming unmanageably long
vNext (12.0)
------------
v12.0
-----

*unreleased changes*
*2024-09-09*

Breaking changes
~~~~~~~~~~~~~~~~

* Require **Django 4.0 or later** and Python 3.8 or later.

Features
~~~~~~~~

* **Resend:** Add support for ``send_at``.

Fixes
~~~~~

Expand All @@ -47,12 +52,6 @@ Fixes
``event.description``. Treat soft bounces as "deferred" rather than "bounced".
(Thanks to `@MikeVL`_ for fixing the signature validation problem.)


Features
~~~~~~~~

* **Resend:** Add support for ``send_at``.

Other
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion anymail/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Instead, load version info from the package root.

#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "12.0.dev0"
__version__ = "12.0"

VERSION = __version__.split(",")

0 comments on commit 35383c7

Please sign in to comment.