Skip to content

Commit 4c443f5

Browse files
committed
Release 6.0
1 parent dabbdad commit 4c443f5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 6 deletions
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-
Unreleased
29-
----------
28+
v6.0
29+
----
3030

31-
*In development*
31+
*2019-02-23*
3232

3333
Breaking 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

5353
Features
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

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

0 commit comments

Comments
 (0)