From 52c7c113125e3e0500db5264779519a3454e8872 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sun, 18 Dec 2022 16:27:36 -0800 Subject: [PATCH] Release 9.0 --- CHANGELOG.rst | 9 +++++---- anymail/_version.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e4bf9e..c78eadb 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 ------ +v9.0 +---- -*Unreleased v9.0 changes* +*2022-12-18* Breaking changes ~~~~~~~~~~~~~~~~ @@ -47,7 +47,7 @@ Features and document how this can be used to mount an adapter that simplifies automatic retry logic. (Thanks to `@dgilmanAIDENTIFIED`_.) * Confirm support for Django 4.1 and resolve deprecation warning regarding - ``django.utils.timezone.utc``. + ``django.utils.timezone.utc``. (Thanks to `@tim-schilling`_.) Fixes ~~~~~ @@ -1396,6 +1396,7 @@ Features .. _@tcourtqtm: https://github.com/tcourtqtm .. _@Thorbenl: https://github.com/Thorbenl .. _@tiltec: https://github.com/tiltec +.. _@tim-schilling: https://github.com/tim-schilling .. _@Tobeyforce: https://github.com/Tobeyforce .. _@varche1: https://github.com/varche1 .. _@vgrebenschikov: https://github.com/vgrebenschikov diff --git a/anymail/_version.py b/anymail/_version.py index 042a7b3..540bc32 100644 --- a/anymail/_version.py +++ b/anymail/_version.py @@ -1,3 +1,3 @@ -VERSION = (8, 6) +VERSION = (9, 0) __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"