mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 8.2
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user