From 890bd204a66d7dba141b5e6717f94ac9b22b1766 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 26 Oct 2021 16:30:13 +0200 Subject: [PATCH] Version bump to 1.5.8 and dch --- 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 38f03f1..9e8ef75 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.5.6' +__version__ = '1.5.7' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0' -- 2.39.5