From 76ce18546158520c907340612c1f0b22e2b31d6e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 19 May 2020 10:42:19 +0200 Subject: [PATCH] bump version to 0.3.4 --- ansiblelater/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansiblelater/__init__.py b/ansiblelater/__init__.py index 637d33a..96ca266 100644 --- a/ansiblelater/__init__.py +++ b/ansiblelater/__init__.py @@ -6,7 +6,7 @@ __license__ = "MIT" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de" __url__ = "https://github.com/xoxys/ansible-later" -__version__ = "0.3.3" +__version__ = "0.3.4" from ansiblelater import logger