Release 8.4

This commit is contained in:
medmunds
2021-06-15 16:34:12 -07:00
parent d79c3c2c05
commit 26d2b5caa0
2 changed files with 8 additions and 6 deletions

View File

@@ -25,16 +25,18 @@ Release history
^^^^^^^^^^^^^^^
.. This extra heading level keeps the ToC from becoming unmanageably long
vNext
-----
v8.4
----
*Unreleased changes on main branch*
*2021-06-15*
Features
~~~~~~~~
* **Postal:** New ESP! See `docs <https://anymail.readthedocs.io/en/latest/esps/postal>`__.
(Thanks to `@tiltec`_ for researching, implementing, testing and documenting Postal support.)
* **Postal:** Add support for this self-hosted ESP
(`docs <https://anymail.readthedocs.io/en/stable/esps/postal>`__).
Thanks to `@tiltec`_ for researching, implementing, testing and
documenting Postal support.
v8.3
----

View File

@@ -1,3 +1,3 @@
VERSION = (8, 3)
VERSION = (8, 4)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"