From: Frank Brehm Date: Tue, 4 Jan 2022 17:40:28 +0000 (+0100) Subject: Version bump to 1.5.13 X-Git-Tag: 1.5.13^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=857c84dc57175d72359017cc9c1379884c994825;p=pixelpark%2Fcreate-terraform.git Version bump to 1.5.13 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 6af07e1..7c73cdd 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.12' +__version__ = '1.5.13' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0'