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,18 +25,18 @@ Release history
2525^^^^^^^^^^^^^^^
2626 .. This extra heading level keeps the ToC from becoming unmanageably long
2727
28- vNext
29- -----
28+ v6.1
29+ ----
3030
31- *UNRELEASED *
31+ *2019-07-07 *
3232
33- Fixes
34- ~~~~~
33+ Features
34+ ~~~~~~~~
3535
3636* **Mailgun: ** Add new `MAILGUN_WEBHOOK_SIGNING_KEY ` setting for verifying tracking and
3737 inbound webhook calls. Mailgun's webhook signing key can become different from your
3838 `MAILGUN_API_KEY ` if you have ever rotated either key.
39- See `docs <https://anymail.readthedocs.io/en/latest /esps/mailgun/#std:setting-ANYMAIL_MAILGUN_WEBHOOK_SIGNING_KEY >`__.
39+ See `docs <https://anymail.readthedocs.io/en/stable /esps/mailgun/#std:setting-ANYMAIL_MAILGUN_WEBHOOK_SIGNING_KEY >`__.
4040 (More in `#153 `_. Thanks to `@dominik-lekse `_ for reporting the problem and Mailgun's
4141 `@mbk-ok `_ for identifying the cause.)
4242
Original file line number Diff line number Diff line change 1- VERSION = (6 , 0 , 1 )
1+ VERSION = (6 , 1 , 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