From 13fbec536f704296ae99f182c19369eefd54997b Mon Sep 17 00:00:00 2001 From: Frank Hamand Date: Thu, 16 Feb 2017 14:59:54 +0000 Subject: [PATCH] 0.8.2 --- CHANGES | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 405f717..e80f821 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -master ------- +Version 0.8.2 +------------- * Remove django-smtp-ssl dependency * Build docker image from alpine diff --git a/setup.py b/setup.py index 8f824a5..bf8a086 100644 --- a/setup.py +++ b/setup.py @@ -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(),