From: Frank Brehm Date: Wed, 17 Nov 2021 13:09:49 +0000 (+0100) Subject: Version bump to 1.5.9 X-Git-Tag: 1.5.11~2^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3b2ea225c821e343f6ccc8cc0313ce000fb54e99;p=pixelpark%2Fcreate-terraform.git Version bump to 1.5.9 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 7720eda..1cdface 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.8' +__version__ = '1.5.9' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0'