Skip to content

Commit 85bd125

Browse files
committed
bump version to 0.2.0 and update history [ci skip]
1 parent 80eac67 commit 85bd125

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release History
22
---------------
33

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+
410
0.1.4 (2018-01-17)
511
~~~~~~~~~~~~~~~~~~
612

celery_slack/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__title__ = 'celery-slack'
33
__description__ = 'A Slack extension for Celery.'
44
__url__ = 'https://github.com/crflynn/celery-slack'
5-
__version__ = '0.1.4'
5+
__version__ = '0.2.0'
66
__author__ = 'Christopher Flynn'
77
__author_email__ = 'crf204@gmail.com'
88
__license__ = 'MIT'

0 commit comments

Comments
 (0)