diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 46071c0..d464f7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,10 +25,10 @@ Release history ^^^^^^^^^^^^^^^ .. This extra heading level keeps the ToC from becoming unmanageably long -Unreleased ----------- +v6.0 +---- -*In development* +*2019-02-23* Breaking changes ~~~~~~~~~~~~~~~~ @@ -48,14 +48,14 @@ Breaking changes `message.anymail_status.message_id` after sending, that value will now be a *set* of ids. You can obtain each recipient's individual message_id with `message.anymail_status.recipients[to_email].message_id`. - See `docs `__. + See `docs `__. Features ~~~~~~~~ * Add new `merge_metadata` option for providing per-recipient metadata in batch sends. Available for all supported ESPs *except* Amazon SES and SendinBlue. - See `docs `__. + See `docs `__. (Thanks `@janneThoft`_ for the idea and SendGrid implementation.) * **Mailjet:** Remove limitation on using `cc` or `bcc` together with `merge_data`. @@ -547,7 +547,7 @@ Features ~~~~~~~~ * Anymail's Test EmailBackend is now - `documented `__ + `documented `__ (and cleaned up) diff --git a/anymail/_version.py b/anymail/_version.py index fb5ee73..faa0e4e 100644 --- a/anymail/_version.py +++ b/anymail/_version.py @@ -1,3 +1,3 @@ -VERSION = (5, 0) +VERSION = (6, 0) __version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"