From fc51d65621d8a683ffe72c6fd70b79ef942f7dae Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 25 Nov 2019 14:17:11 +0100 Subject: [PATCH] Fixing lib/cr_tf/handler.py --- lib/cr_tf/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cr_tf/handler.py b/lib/cr_tf/handler.py index f5f26b1..ce2cea2 100644 --- a/lib/cr_tf/handler.py +++ b/lib/cr_tf/handler.py @@ -60,7 +60,7 @@ from .terraform.disk import TerraformDisk from .xlate import XLATOR -__version__ = '3.2.0' +__version__ = '3.2.1' LOG = logging.getLogger(__name__) _ = XLATOR.gettext -- 2.39.5