File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
3333Breaking 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
5252Fixes
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments