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
25
25
^^^^^^^^^^^^^^^
26
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
27
28
- vNext
29
- -----
28
+ v6.1
29
+ ----
30
30
31
- *UNRELEASED *
31
+ *2019-07-07 *
32
32
33
- Fixes
34
- ~~~~~
33
+ Features
34
+ ~~~~~~~~
35
35
36
36
* **Mailgun: ** Add new `MAILGUN_WEBHOOK_SIGNING_KEY ` setting for verifying tracking and
37
37
inbound webhook calls. Mailgun's webhook signing key can become different from your
38
38
`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 >`__.
40
40
(More in `#153 `_. Thanks to `@dominik-lekse `_ for reporting the problem and Mailgun's
41
41
`@mbk-ok `_ for identifying the cause.)
42
42
Original file line number Diff line number Diff line change 1
- VERSION = (6 , 0 , 1 )
1
+ VERSION = (6 , 1 , 0 )
2
2
__version__ = '.' .join ([str (x ) for x in VERSION ]) # major.minor.patch or major.minor.devN
3
3
__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