diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 450e67a..8269d59 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `__.) * Move CI testing to GitHub Actions (and stop using Travis-CI). diff --git a/anymail/_version.py b/anymail/_version.py index c196173..37017f0 100644 --- a/anymail/_version.py +++ b/anymail/_version.py @@ -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"