From ee61a7acf3232dd4e73f6452369e3bc9c988556a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 19 Dec 2019 15:59:27 +0100 Subject: [PATCH] prepare bugfix release --- CHANGELOG.md | 3 ++- cleanupagents/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14545b..193f62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ - BUGFIX - - drop useless drone error message + - add basic timestamp formatting + - remove timestamp from console logstream diff --git a/cleanupagents/__init__.py b/cleanupagents/__init__.py index b98138d..e7c5d6f 100644 --- a/cleanupagents/__init__.py +++ b/cleanupagents/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "drone-cleanup-agents" -__version__ = "0.1.2" +__version__ = "0.1.3" __license__ = "MIT" __maintainer__ = "Robert Kaussow" __email__ = "rkaussow@owncloud.com"