Release 8.2

This commit is contained in:
medmunds
2021-01-27 14:43:44 -08:00
parent 4f349358bd
commit 4dd1d3b1fe
2 changed files with 4 additions and 3 deletions

View File

@@ -25,10 +25,10 @@ Release history
^^^^^^^^^^^^^^^
.. This extra heading level keeps the ToC from becoming unmanageably long
vNext
v8.2
-----
*Unreleased changes*
*2021-01-27*
Features
~~~~~~~~
@@ -51,6 +51,7 @@ Other
* Test against Django 3.2 prerelease (including support for Python 3.9)
* Document how to send AMP for Email with Django, and note which ESPs support it.
(See `docs <https://anymail.readthedocs.io/en/stable/sending/django_email/#amp-email>`__.)
* Move CI testing to GitHub Actions (and stop using Travis-CI).

View File

@@ -1,3 +1,3 @@
VERSION = (8, 1)
VERSION = (8, 2)
__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"