From 9793aea22877ecac49a9aee1815dc0b9923fad40 Mon Sep 17 00:00:00 2001 From: william chu Date: Thu, 31 Aug 2023 15:03:01 +1000 Subject: [PATCH] feat: release version 0.9.20 --- charts/gitops/Chart.yaml | 2 +- gitops/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops/Chart.yaml b/charts/gitops/Chart.yaml index 5e98e63..71b6853 100644 --- a/charts/gitops/Chart.yaml +++ b/charts/gitops/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: GitOps Server Helm chart. name: gitops -version: 0.9.19 +version: 0.9.20 diff --git a/gitops/__init__.py b/gitops/__init__.py index be9d68b..ef913e8 100644 --- a/gitops/__init__.py +++ b/gitops/__init__.py @@ -5,7 +5,7 @@ from . import monkeypatches # NOQA from .utils.cli import success, warning -__version__ = "0.9.19" +__version__ = "0.9.20" # Checking gitops version matches cluster repo version. diff --git a/pyproject.toml b/pyproject.toml index c01036e..b4bb6c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitops" -version = "0.9.19" +version = "0.9.20" description = "Manage multiple apps across one or more k8s clusters." authors = ["Jarek GÅ‚owacki "] license = "BSD"