From a791bd7c25d3a6cc0a767eba3fc2578956865675 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Thu, 24 Mar 2022 22:58:33 +0100 Subject: [PATCH] chore: bump version to 0.6.15 --- client/gefyra/configuration.py | 2 +- client/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/gefyra/configuration.py b/client/gefyra/configuration.py index eed577df..025d6634 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -10,7 +10,7 @@ logger = logging.getLogger("gefyra") logger.addHandler(console) -__VERSION__ = "0.6.14" +__VERSION__ = "0.6.15" class ClientConfiguration(object): diff --git a/client/pyproject.toml b/client/pyproject.toml index 7d920800..b0aebbfb 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "0.6.14" +version = "0.6.15" description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure" authors = ["Michael Schilonka "] readme = "README.md"