Skip to content

Commit

Permalink
feat: Bump the version and releasing new changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed May 28, 2021
1 parent a8ebf09 commit fbe5f2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion user_tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fbe5f2d

Please sign in to comment.