File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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- vNext
29- -----
28+ v7.0
29+ ----
3030
31- *Not yet released *
31+ *2019-09-07 *
3232
3333Breaking changes
3434~~~~~~~~~~~~~~~~
@@ -38,21 +38,21 @@ Breaking changes
3838 (now-deprecated) SendinBlue template send API, but involves two breaking changes:
3939
4040 * You *must * `convert <https://help.sendinblue.com/hc/en-us/articles/360000991960 >`_
41- each old Sendinblue template to the new language as you upgrade to Anymail vNext , or
41+ each old Sendinblue template to the new language as you upgrade to Anymail v7.0 , or
4242 certain features may be silently ignored on template sends (notably `reply_to ` and
4343 recipient display names).
4444
4545 * Sendinblue's API no longer supports sending attachments when using templates.
4646
4747 Ordinary, non-template sending is not affected by these changes. See
48- `docs <https://anymail.readthedocs.io/en/latest /esps/sendinblue/#batch-sending-merge-and-esp-templates >`_
48+ `docs <https://anymail.readthedocs.io/en/stable /esps/sendinblue/#batch-sending-merge-and-esp-templates >`_
4949 for more info and alternatives. (Thanks `@Thorbenl `_.)
5050
5151Features
5252~~~~~~~~
5353
5454* **Mailgun: ** Support Mailgun's new (ESP stored) handlebars templates via `template_id `.
55- See `docs <https://anymail.readthedocs.io/en/latest /esps/mailgun/#batch-sending-merge-and-esp-templates >`__.
55+ See `docs <https://anymail.readthedocs.io/en/stable /esps/mailgun/#batch-sending-merge-and-esp-templates >`__.
5656 (Thanks `@anstosa `_.)
5757
5858* **SendinBlue: ** Support multiple `tags `. (Thanks `@Thorbenl `_.)
Original file line number Diff line number Diff line change 1- VERSION = (6 , 1 , 0 )
1+ VERSION = (7 , 0 , 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"
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ Batch sending/merge and ESP templates
246246Mailgun supports :ref: `ESP stored templates <esp-stored-templates >`, on-the-fly
247247templating, and :ref: `batch sending <batch-send >` with per-recipient merge data.
248248
249- .. versionchanged :: 6.2
249+ .. versionchanged :: 7.0
250250
251251 Added support for Mailgun's stored (handlebars) templates.
252252
You can’t perform that action at this time.
0 commit comments