Skip to content

Commit

Permalink
Merge pull request #146 from edx/releasing-new-ver
Browse files Browse the repository at this point in the history
feat: Bump the version and releasing new changes.
  • Loading branch information
awais786 authored May 28, 2021
2 parents a8ebf09 + fbe5f2d commit 773da99
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 773da99

Please sign in to comment.