From d397e71beb877d9987fb804c41dd13c63fcce300 Mon Sep 17 00:00:00 2001 From: Marcel Pohland Date: Thu, 17 Oct 2024 11:22:58 +0200 Subject: [PATCH] Revert "Merge pull request #355 from idealista/develop" This reverts commit feed87ac9b0e1f87a733318799f3e5ad750bbddd, reversing changes made to df77c3ac5abb1244ae35cc53b833f15356a595d6. --- helm/Chart.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a092a69..22a7d7d 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "5.0.0" +appVersion: "4.2.0" description: A Helm chart for Prom2Teams name: prom2teams version: 0.2.0 diff --git a/setup.py b/setup.py index e25ad94..ca975d6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name='prom2teams', - version='5.0.0', + version='4.2.0', description='Project that redirects Prometheus Alert Manager ' 'notifications to Microsoft Teams', long_description=readme,