Skip to content

Commit 1a90888

Browse files
authored
Bump to 2.0.1, update HISTORY (#85)
1 parent 129c4ab commit 1a90888

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
2.0.1
5+
-----
6+
2019-02-25
7+
8+
- Fixed an issue when using ``autoretry_for`` with with a task. (#74, #75). Thanks @pkariz.
9+
410
2.0.0
511
-----
612

celery_once/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Cameron Maske'
44
__email__ = '[email protected]'
5-
__version__ = '2.0.0'
5+
__version__ = '2.0.1'
66

77

88
from .tasks import QueueOnce, AlreadyQueued

0 commit comments

Comments
 (0)