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"