Skip to content

Commit fc1bd14

Browse files
committed
Release 10.3
1 parent 948ab2b commit fc1bd14

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGELOG.rst

+17-16
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,22 @@ Release history
2525
^^^^^^^^^^^^^^^
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
28-
vNext
28+
v10.3
2929
-----
3030

31-
*unreleased changes*
32-
33-
Deprecations
34-
~~~~~~~~~~~~
35-
36-
* **SendinBlue:** Rename "SendinBlue" to "Brevo" throughout Anymail's code.
37-
This affects the email backend name, settings names, and webhook URLs.
38-
The old names will continue to work for now, but are deprecated. See
39-
`Updating code from SendinBlue to Brevo <https://anymail.dev/en/latest/esps/brevo/#brevo-rename>`__
40-
for details.
41-
31+
*2024-03-12*
4232

4333
Features
4434
~~~~~~~~
4535

4636
* **Brevo:** Add support for batch sending
47-
(`docs <https://anymail.dev/en/latest/esps/brevo/#batch-sending-merge-and-esp-templates>`__).
37+
(`docs <https://anymail.dev/en/stable/esps/brevo/#batch-sending-merge-and-esp-templates>`__).
4838

4939
* **Resend:** Add support for batch sending
50-
(`docs <https://anymail.dev/en/latest/esps/resend/#batch-sending-merge-and-esp-templates>`__).
40+
(`docs <https://anymail.dev/en/stable/esps/resend/#batch-sending-merge-and-esp-templates>`__).
5141

52-
* **Unisender Go**: Add support for this ESP
53-
(`docs <https://anymail.dev/en/latest/esps/unisender_go/>`__).
42+
* **Unisender Go:** Newly supported ESP
43+
(`docs <https://anymail.dev/en/stable/esps/unisender_go/>`__).
5444
(Thanks to `@Arondit`_ for the implementation.)
5545

5646

@@ -61,6 +51,17 @@ Fixes
6151
to the event tracking webhook. (Thanks to `@izimobil`_ for the fix.)
6252

6353

54+
Deprecations
55+
~~~~~~~~~~~~
56+
57+
* **Brevo (SendinBlue):** Rename "SendinBlue" to "Brevo" throughout
58+
Anymail's code, reflecting their rebranding.
59+
This affects the email backend path, settings names, and webhook URLs.
60+
The old names will continue to work for now, but are deprecated. See
61+
`Updating code from SendinBlue to Brevo <https://anymail.dev/en/stable/esps/brevo/#brevo-rename>`__
62+
for details.
63+
64+
6465
v10.2
6566
-----
6667

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__ = "10.2"
5+
__version__ = "10.3"
66

77
VERSION = __version__.split(",")

0 commit comments

Comments
 (0)