Skip to content

Commit

Permalink
Bump to 2.0.1, update HISTORY (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmaske authored Feb 25, 2019
1 parent 129c4ab commit 1a90888
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

2.0.1
-----
2019-02-25

- Fixed an issue when using ``autoretry_for`` with with a task. (#74, #75). Thanks @pkariz.

2.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion celery_once/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Cameron Maske'
__email__ = '[email protected]'
__version__ = '2.0.0'
__version__ = '2.0.1'


from .tasks import QueueOnce, AlreadyQueued

0 comments on commit 1a90888

Please sign in to comment.