Skip to content
Snippets Groups Projects
Verified Commit 472eba69 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update changelog

parent acab0b13
No related branches found
No related tags found
1 merge request!773Resolve "Left-over code from optional Celery"
Pipeline #39989 passed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Removed
~~~~~~~
* Remove fallback code from optional Celery as it's now non-optional.
`2.1`_ - 2021-11-05
-------------------
......
from importlib import metadata
from .celery import app as celery_app
from .celery import app as celery_app # noqa
try:
__version__ = metadata.distribution("AlekSIS-Core").version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment