Skip to content

Commit 104f2c5

Browse files
committed
Merge pull request #29 from TrackMaven/0.1.4
Release 0.1.4
2 parents aaa2545 + 5d1abdd commit 104f2c5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.rst

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

4+
0.1.4
5+
-----
6+
7+
2015-07-29
8+
9+
Bugfixes:
10+
11+
- Fixed an issue where celery beat would crash on graceful enable tasks (#27).
12+
Thanks @PhilipGarnero!
13+
414
0.1.3
515
-----
616

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__ = '0.1.3'
5+
__version__ = '0.1.4'
66

77

88
from .tasks import QueueOnce, AlreadyQueued

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='celery_once',
15-
version='0.1.3',
15+
version='0.1.4',
1616
description='Allows you to prevent multiple execution and queuing of celery tasks.',
1717
long_description=readme,
1818
author='Cameron Maske',

0 commit comments

Comments
 (0)