From cf4bc5ffb7914c37a62e5449f7f906b9c99c357c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 18 Dec 2019 13:23:59 +0100 Subject: [PATCH] Version bump to 1.4.4 --- 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 4bfcbae..eeee940 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.3' +__version__ = '1.4.4' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99' -- 2.39.5