We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eac67 commit 85bd125Copy full SHA for 85bd125
HISTORY.rst
@@ -1,6 +1,12 @@
1
Release History
2
---------------
3
4
+0.2.0 (2018-06-10)
5
+~~~~~~~~~~~~~~~~~~
6
+
7
+* Add options to disable celery startup/shutdown messages
8
+* Add option to disable beat messages
9
10
0.1.4 (2018-01-17)
11
~~~~~~~~~~~~~~~~~~
12
celery_slack/__version__.py
@@ -2,7 +2,7 @@
__title__ = 'celery-slack'
__description__ = 'A Slack extension for Celery.'
__url__ = 'https://github.com/crflynn/celery-slack'
-__version__ = '0.1.4'
+__version__ = '0.2.0'
__author__ = 'Christopher Flynn'
__author_email__ = 'crf204@gmail.com'
__license__ = 'MIT'
0 commit comments