Skip to content

Commit de44b93

Browse files
committed
Release 10.1
1 parent 05afde0 commit de44b93

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

Diff for: CHANGELOG.rst

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

31-
*Unreleased changes*
31+
*2023-07-31*
3232

3333
Features
3434
~~~~~~~~
@@ -43,17 +43,22 @@ Features
4343
* Rename `is_inline_attachment()` to just `is_inline()`.
4444

4545
The renamed items are still available, but deprecated, under their old names.
46-
See `docs <http://anymail.dev/en/latest/inbound/#anymail.inbound.AnymailInboundMessage>`__.
46+
See `docs <http://anymail.dev/en/stable/inbound/#anymail.inbound.AnymailInboundMessage>`__.
4747
(Thanks to `@martinezleoml`_.)
4848

4949
* **Inbound:** `AnymailInboundMessage` now derives from Python's
5050
`email.message.EmailMessage`, which provides improved compatibility with
5151
email standards. (Thanks to `@martinezleoml`_.)
5252

53+
* **Brevo (Sendinblue):** Sendinblue has rebranded to "Brevo." Change default
54+
API endpoint to ``api.brevo.com``, and update docs to reflect new name. Anymail
55+
still uses ``sendinblue`` in the backend name, for settings, etc., so there
56+
should be no impact on your code. (Thanks to `@sblondon`_.)
57+
5358
* **Brevo (Sendinblue):** Add support for inbound email. (See
54-
`docs <https://anymail.dev/en/latest/esps/sendinblue/#sendinblue-inbound>`_.)
59+
`docs <https://anymail.dev/en/stable/esps/sendinblue/#sendinblue-inbound>`_.)
5560

56-
* **SendGrid:** Support for multiple ``reply_to`` addresses.
61+
* **SendGrid:** Support multiple ``reply_to`` addresses.
5762
(Thanks to `@gdvalderrama`_ for pointing out the new API.)
5863

5964
Deprecations
@@ -62,14 +67,6 @@ Deprecations
6267
* **Inbound:** `AnymailInboundMessage.inline_attachments` and `.is_inline_attachment()`
6368
have been renamed---see above.
6469

65-
Other
66-
~~~~~
67-
68-
* **Brevo (Sendinblue):** Sendinblue has rebranded to "Brevo." Change default
69-
API endpoint to ``api.brevo.com``, and update docs to reflect new name. Anymail
70-
still uses ``sendinblue`` in the backend name, for settings, etc., so there
71-
should be no impact on your code. (Thanks to `@sblondon`_.)
72-
7370

7471
v10.0
7572
-----

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__ = "10.0"
5+
__version__ = "10.1"
66

77
VERSION = __version__.split(",")

0 commit comments

Comments
 (0)