This commit is contained in:
Frank Hamand 2017-02-16 14:59:54 +00:00
parent 3ca41fd16c
commit 13fbec536f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
master
------
Version 0.8.2
-------------
* Remove django-smtp-ssl dependency
* Build docker image from alpine

View File

@ -14,7 +14,7 @@ plugins = env['CABOT_PLUGINS_ENABLED'].split(',') if 'CABOT_PLUGINS_ENABLED' in
setup(
name='cabot',
version='0.8.1',
version='0.8.2',
description="Self-hosted, easily-deployable monitoring and alerts service"
" - like a lightweight PagerDuty",
long_description=open('README.md').read(),