Skip to content

Commit

Permalink
Bump version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
lblasc committed Jun 12, 2015
1 parent c5f5fd7 commit 2f53856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or
Edit `conf/*.env`.

```
CABOT_PLUGINS_ENABLED=cabot_alert_slack==0.5
CABOT_PLUGINS_ENABLED=cabot_alert_slack==0.6
...
SLACK_ALERT_CHANNEL=channel_name_without_hash
SLACK_WEBHOOK_URL=url_of_your_webhook_integration_from_slack
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from setuptools import setup, find_packages

setup(name='cabot-alert-slack',
version='0.5',
version='0.6',
description='A slack alert plugin for Cabot by Arachnys',
author='Luka Blaskovic',
author_email='[email protected]',
url='http://lblasc.znode.net',
packages=find_packages(),
download_url = 'https://github.com/lblasc/cabot-alert-slack/tarball/0.5',
download_url = 'https://github.com/lblasc/cabot-alert-slack/tarball/0.6',
)

0 comments on commit 2f53856

Please sign in to comment.