forked from celery/celery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for (pre) release: v5.5.0b1 (celery#9146)
* Added Changelog for v5.5.0b1 * Added history placeholder docs for v5.5.0 * Bump version: 5.4.0 → 5.5.0b1
- Loading branch information
Showing
9 changed files
with
145 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,9 @@ | |
# Lazy loading | ||
from . import local | ||
|
||
SERIES = 'opalescent' | ||
SERIES = 'immunity' | ||
|
||
__version__ = '5.4.0' | ||
__version__ = '5.5.0b1' | ||
__author__ = 'Ask Solem' | ||
__contact__ = '[email protected]' | ||
__homepage__ = 'https://docs.celeryq.dev/' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _changelog-5.5: | ||
|
||
================ | ||
Change history | ||
================ | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _whatsnew-5.5: | ||
|
||
========================================= | ||
What's new in Celery 5.5 (Immunity) | ||
========================================= | ||
:Author: Tomer Nosrati (``tomer.nosrati at gmail.com``). | ||
|
||
.. sidebar:: Change history | ||
|
||
What's new documents describe the changes in major versions, | ||
we also have a :ref:`changelog` that lists the changes in bugfix | ||
releases (0.0.x), while older series are archived under the :ref:`history` | ||
section. | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters