From de684a92c8a3761c79609c84a45263f98736f615 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:32:30 +0000 Subject: [PATCH] release: terranova v0.6.4 (#122) Co-authored-by: obltmachine --- pyproject.toml | 2 +- terranova/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6252e7..b6e30a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ typeCheckingMode = "standard" [tool.poetry] name = "terranova" -version = "0.6.3" +version = "0.6.4" description = "Terranova is a thin wrapper for Terraform that provides extra tools and logic to handle Terraform configurations at scale." authors = ["Adrien Mannocci "] license = "Apache-2.0" diff --git a/terranova/__init__.py b/terranova/__init__.py index c935078..f09f017 100644 --- a/terranova/__init__.py +++ b/terranova/__init__.py @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -__version__ = "0.6.3" +__version__ = "0.6.4"