File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff 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
3333Features
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
3941v8.3
4042----
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments