Skip to content

Commit 35383c7

Browse files
committed
Release 12.0
1 parent 063fb08 commit 35383c7

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Diff for: CHANGELOG.rst

+8-9
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,21 @@ Release history
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
2828
29-
vNext (12.0)
30-
------------
29+
v12.0
30+
-----
3131

32-
*unreleased changes*
32+
*2024-09-09*
3333

3434
Breaking changes
3535
~~~~~~~~~~~~~~~~
3636

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

39+
Features
40+
~~~~~~~~
41+
42+
* **Resend:** Add support for ``send_at``.
43+
3944
Fixes
4045
~~~~~
4146

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

50-
51-
Features
52-
~~~~~~~~
53-
54-
* **Resend:** Add support for ``send_at``.
55-
5655
Other
5756
~~~~~
5857

Diff for: 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__ = "12.0.dev0"
5+
__version__ = "12.0"
66

77
VERSION = __version__.split(",")

0 commit comments

Comments
 (0)