diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0735568..71e275a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,15 @@ Unreleased * +[2.0.1] - 2021-05-28 +~~~~~~~~~~~~~~~~~~~~ + +Added ++++++++ + +* Added celery5.0 testing with tox. Update the import task command compatible with both celery 4.4.7 and celery5.0. + + [2.0.0] - 2021-01-20 ~~~~~~~~~~~~~~~~~~~~ diff --git a/user_tasks/__init__.py b/user_tasks/__init__.py index 0229b500..f73ff222 100644 --- a/user_tasks/__init__.py +++ b/user_tasks/__init__.py @@ -4,7 +4,7 @@ from django.dispatch import Signal -__version__ = '2.0.0' +__version__ = '2.0.1' default_app_config = 'user_tasks.apps.UserTasksConfig' # pylint: disable=invalid-name