mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 9.0
This commit is contained in:
@@ -25,10 +25,10 @@ Release history
|
|||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||||
|
|
||||||
vNext
|
v9.0
|
||||||
-----
|
----
|
||||||
|
|
||||||
*Unreleased v9.0 changes*
|
*2022-12-18*
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
@@ -47,7 +47,7 @@ Features
|
|||||||
and document how this can be used to mount an adapter that simplifies
|
and document how this can be used to mount an adapter that simplifies
|
||||||
automatic retry logic. (Thanks to `@dgilmanAIDENTIFIED`_.)
|
automatic retry logic. (Thanks to `@dgilmanAIDENTIFIED`_.)
|
||||||
* Confirm support for Django 4.1 and resolve deprecation warning regarding
|
* Confirm support for Django 4.1 and resolve deprecation warning regarding
|
||||||
``django.utils.timezone.utc``.
|
``django.utils.timezone.utc``. (Thanks to `@tim-schilling`_.)
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
~~~~~
|
~~~~~
|
||||||
@@ -1396,6 +1396,7 @@ Features
|
|||||||
.. _@tcourtqtm: https://github.com/tcourtqtm
|
.. _@tcourtqtm: https://github.com/tcourtqtm
|
||||||
.. _@Thorbenl: https://github.com/Thorbenl
|
.. _@Thorbenl: https://github.com/Thorbenl
|
||||||
.. _@tiltec: https://github.com/tiltec
|
.. _@tiltec: https://github.com/tiltec
|
||||||
|
.. _@tim-schilling: https://github.com/tim-schilling
|
||||||
.. _@Tobeyforce: https://github.com/Tobeyforce
|
.. _@Tobeyforce: https://github.com/Tobeyforce
|
||||||
.. _@varche1: https://github.com/varche1
|
.. _@varche1: https://github.com/varche1
|
||||||
.. _@vgrebenschikov: https://github.com/vgrebenschikov
|
.. _@vgrebenschikov: https://github.com/vgrebenschikov
|
||||||
|
|||||||
@@ -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
|
__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"
|
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"
|
||||||
|
|||||||
Reference in New Issue
Block a user