- Uses correct Celery version for Python 3.7. - Prevents multiple creation and pushing of Flask application contexts.
0.3.1
- Accounts for non-strict Celery versions.
0.3.0
- Adds support for Celery v4.
0.2.2
- Forces celery version to v3.1-4.0 due to problem with 4.x.
0.2.1
Improved features
- Improves documentation structure and its automatic generation.
0.2.0
Incompatible changes
- Changes celery application creation to use the default current celery application instead creating a new celery application. This addresses an issue with tasks using the shared_task decorator and having Flask-CeleryExt initialized multiple times.