Skip to content

Commit 26d2b5c

Browse files
committed
Release 8.4
1 parent d79c3c2 commit 26d2b5c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@ Release history
2525
^^^^^^^^^^^^^^^
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
28-
vNext
29-
-----
28+
v8.4
29+
----
3030

31-
*Unreleased changes on main branch*
31+
*2021-06-15*
3232

3333
Features
3434
~~~~~~~~
3535

36-
* **Postal:** New ESP! See `docs <https://anymail.readthedocs.io/en/latest/esps/postal>`__.
37-
(Thanks to `@tiltec`_ for researching, implementing, testing and documenting Postal support.)
36+
* **Postal:** Add support for this self-hosted ESP
37+
(`docs <https://anymail.readthedocs.io/en/stable/esps/postal>`__).
38+
Thanks to `@tiltec`_ for researching, implementing, testing and
39+
documenting Postal support.
3840

3941
v8.3
4042
----

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (8, 3)
1+
VERSION = (8, 4)
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)