Skip to content

Commit 52c7c11

Browse files
committed
Release 9.0
1 parent 416d7d4 commit 52c7c11

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Release history
2525
^^^^^^^^^^^^^^^
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
28-
vNext
29-
-----
28+
v9.0
29+
----
3030

31-
*Unreleased v9.0 changes*
31+
*2022-12-18*
3232

3333
Breaking changes
3434
~~~~~~~~~~~~~~~~
@@ -47,7 +47,7 @@ Features
4747
and document how this can be used to mount an adapter that simplifies
4848
automatic retry logic. (Thanks to `@dgilmanAIDENTIFIED`_.)
4949
* Confirm support for Django 4.1 and resolve deprecation warning regarding
50-
``django.utils.timezone.utc``.
50+
``django.utils.timezone.utc``. (Thanks to `@tim-schilling`_.)
5151

5252
Fixes
5353
~~~~~
@@ -1396,6 +1396,7 @@ Features
13961396
.. _@tcourtqtm: https://github.com/tcourtqtm
13971397
.. _@Thorbenl: https://github.com/Thorbenl
13981398
.. _@tiltec: https://github.com/tiltec
1399+
.. _@tim-schilling: https://github.com/tim-schilling
13991400
.. _@Tobeyforce: https://github.com/Tobeyforce
14001401
.. _@varche1: https://github.com/varche1
14011402
.. _@vgrebenschikov: https://github.com/vgrebenschikov

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (8, 6)
1+
VERSION = (9, 0)
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"

0 commit comments

Comments
 (0)