From 26d1b4dd7c096a150482aead5f14d59178628d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Freitas?= Date: Tue, 31 May 2016 09:17:22 +0100 Subject: [PATCH] Bumps version to 0.2.0 --- mattermost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost.py b/mattermost.py index 3315cc9..b9c2991 100755 --- a/mattermost.py +++ b/mattermost.py @@ -24,7 +24,7 @@ import json import urllib2 -VERSION = "0.1.1E" +VERSION = "0.2.0" TEMPLATE_HOST = "__{notificationtype}__ {hostalias} is {hoststate}\n{hostoutput}" # noqa TEMPLATE_SERVICE = "__{notificationtype}__ {hostalias}/{servicedesc} is {servicestate}\n{serviceoutput}" # noqa