File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,21 @@ Release history
26
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
27
28
28
29
- vNext (12.0)
30
- ------------
29
+ v12.0
30
+ -----
31
31
32
- *unreleased changes *
32
+ *2024-09-09 *
33
33
34
34
Breaking changes
35
35
~~~~~~~~~~~~~~~~
36
36
37
37
* Require **Django 4.0 or later ** and Python 3.8 or later.
38
38
39
+ Features
40
+ ~~~~~~~~
41
+
42
+ * **Resend: ** Add support for ``send_at ``.
43
+
39
44
Fixes
40
45
~~~~~
41
46
47
52
``event.description ``. Treat soft bounces as "deferred" rather than "bounced".
48
53
(Thanks to `@MikeVL `_ for fixing the signature validation problem.)
49
54
50
-
51
- Features
52
- ~~~~~~~~
53
-
54
- * **Resend: ** Add support for ``send_at ``.
55
-
56
55
Other
57
56
~~~~~
58
57
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__ = "12.0.dev0 "
5
+ __version__ = "12.0"
6
6
7
7
VERSION = __version__ .split ("," )
You can’t perform that action at this time.
0 commit comments