From: Frank Brehm Date: Tue, 26 Oct 2021 14:32:26 +0000 (+0200) Subject: Version bump to 1.5.8 X-Git-Tag: 1.5.8^0 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=add25e4ce01217d7ef2003ba92c69158c786ed7e;p=pixelpark%2Fcreate-terraform.git Version bump to 1.5.8 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 9e8ef75..7720eda 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.7' +__version__ = '1.5.8' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0'