From 5548f9f5b4954a55cb1737928ae320ab038db1a7 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 13 Dec 2019 12:54:06 +0100 Subject: [PATCH] Version bump to 1.3.13 --- lib/cr_tf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index d0644e4..5346a38 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.12' +__version__ = '1.3.13' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99' -- 2.39.5