File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Release history
2525^^^^^^^^^^^^^^^
2626 .. This extra heading level keeps the ToC from becoming unmanageably long
2727
28- Unreleased
29- ----------
28+ v6.0
29+ ----
3030
31- *In development *
31+ *2019-02-23 *
3232
3333Breaking changes
3434~~~~~~~~~~~~~~~~
@@ -48,14 +48,14 @@ Breaking changes
4848 `message.anymail_status.message_id ` after sending, that value will now be a *set * of
4949 ids. You can obtain each recipient's individual message_id with
5050 `message.anymail_status.recipients[to_email].message_id `.
51- See `docs <https://anymail.readthedocs.io/en/latest /esps/sendgrid/#sendgrid-message-id >`__.
51+ See `docs <https://anymail.readthedocs.io/en/stable /esps/sendgrid/#sendgrid-message-id >`__.
5252
5353Features
5454~~~~~~~~
5555
5656* Add new `merge_metadata ` option for providing per-recipient metadata in batch
5757 sends. Available for all supported ESPs *except * Amazon SES and SendinBlue.
58- See `docs <https://anymail.readthedocs.io/en/latest /sending/anymail_additions/#anymail.message.AnymailMessage.merge_metadata >`__.
58+ See `docs <https://anymail.readthedocs.io/en/stable /sending/anymail_additions/#anymail.message.AnymailMessage.merge_metadata >`__.
5959 (Thanks `@janneThoft `_ for the idea and SendGrid implementation.)
6060
6161* **Mailjet: ** Remove limitation on using `cc ` or `bcc ` together with `merge_data `.
@@ -547,7 +547,7 @@ Features
547547~~~~~~~~
548548
549549* Anymail's Test EmailBackend is now
550- `documented <https://anymail.readthedocs.io/en/latest /tips/test_backend/ >`__
550+ `documented <https://anymail.readthedocs.io/en/stable /tips/test_backend/ >`__
551551 (and cleaned up)
552552
553553
Original file line number Diff line number Diff line change 1- VERSION = (5 , 0 )
1+ VERSION = (6 , 0 )
22__version__ = '.' .join ([str (x ) for x in VERSION ]) # major.minor.patch or major.minor.devN
33__minor_version__ = '.' .join ([str (x ) for x in VERSION [:2 ]]) # Sphinx's X.Y "version"
You can’t perform that action at this time.
0 commit comments