File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff 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
3434Breaking 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+
3944Fixes
4045~~~~~
4146
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-
5655Other
5756~~~~~
5857
Original file line number Diff line number Diff line change 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
77VERSION = __version__ .split ("," )
You can’t perform that action at this time.
0 commit comments