From: Frank Brehm Date: Thu, 9 Sep 2021 15:26:01 +0000 (+0200) Subject: Version bump to 1.5.2 X-Git-Tag: 1.5.2^2 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=b0c896212859679c6f71b217372f479b11c682ca;p=pixelpark%2Fcreate-terraform.git Version bump to 1.5.2 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index f3e84c3..96e9114 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.1' +__version__ = '1.5.2' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0'