Skip to content

Commit df3d577

Browse files
committed
Release 6.1
1 parent 181d588 commit df3d577

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,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

anymail/_version.py

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

0 commit comments

Comments
 (0)