mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Release 8.4
This commit is contained in:
@@ -25,16 +25,18 @@ Release history
|
|||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||||
|
|
||||||
vNext
|
v8.4
|
||||||
-----
|
----
|
||||||
|
|
||||||
*Unreleased changes on main branch*
|
*2021-06-15*
|
||||||
|
|
||||||
Features
|
Features
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
* **Postal:** New ESP! See `docs <https://anymail.readthedocs.io/en/latest/esps/postal>`__.
|
* **Postal:** Add support for this self-hosted ESP
|
||||||
(Thanks to `@tiltec`_ for researching, implementing, testing and documenting Postal support.)
|
(`docs <https://anymail.readthedocs.io/en/stable/esps/postal>`__).
|
||||||
|
Thanks to `@tiltec`_ for researching, implementing, testing and
|
||||||
|
documenting Postal support.
|
||||||
|
|
||||||
v8.3
|
v8.3
|
||||||
----
|
----
|
||||||
|
|||||||
@@ -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
|
__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"
|
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
|
||||||
|
|||||||
Reference in New Issue
Block a user