[tooling] Fix releases once and for all

This commit is contained in:
2026-06-04 14:44:19 -04:00
parent 89817110de
commit 671fe8d86f
3 changed files with 29 additions and 1 deletions

View File

@ -2,4 +2,5 @@
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
__all__ = ("celery_app",)
__version__ = "42.0"
__all__ = ("celery_app", "__version__")