From 318a3d50a1b32c679232891fe94bd3605a7a162c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 16 Sep 2021 18:45:37 +0200 Subject: [PATCH] Version bump to 1.5.5 --- 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 8b665cd..2a067fa 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.4' +__version__ = '1.5.5' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0' -- 2.39.5