From: Frank Brehm Date: Wed, 6 Nov 2019 16:41:01 +0000 (+0100) Subject: Version bump to 1.3.6 X-Git-Tag: 1.3.7~1^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=10c2d88d051d9019f6fad21d1e4456031c68847d;p=pixelpark%2Fcreate-terraform.git Version bump to 1.3.6 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index a381bf5..b14de00 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.3.5' +__version__ = '1.3.6' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99'