From a6900a063dc08de17157842724644ad7a1e3c214 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 18 Aug 2020 12:31:29 +0200 Subject: [PATCH] Version bump to q.4.7 --- lib/cr_tf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 7feea3d..f1c5700 100644 --- a/lib/cr_tf/__init__.py +++ b/lib/cr_tf/__init__.py @@ -1,7 +1,7 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.4.6' +__version__ = '1.4.7' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99' -- 2.39.5