From 7239bafda6fd8fec75121ba1581f355b840b46cd Mon Sep 17 00:00:00 2001 From: Dylan Stephano-Shachter Date: Fri, 23 Feb 2024 17:28:53 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- rockcraft.yaml | 4 ++-- snap/snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f092a3..02d0591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cos-alerter" -version = "0.6.0" +version = "0.7.0" authors = [ { name="Dylan Stephano-Shachter", email="dylan.stephano-shachter@canonical.com" } ] diff --git a/rockcraft.yaml b/rockcraft.yaml index fafe2fc..f0a3682 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,7 +1,7 @@ name: cos-alerter summary: A liveness checker for self-monitoring. description: Receive regular pings from the cos stack and alert when they stop. -version: "0.6.0" # NOTE: Make sure this matches `cos-alerter` below +version: "0.7.0" # NOTE: Make sure this matches `cos-alerter` below base: ubuntu:22.04 license: Apache-2.0 platforms: @@ -11,7 +11,7 @@ parts: plugin: python source: . python-packages: - - cos-alerter==0.6.0 # NOTE: Make sure this matches `version` above + - cos-alerter==0.7.0 # NOTE: Make sure this matches `version` above stage-packages: - python3-venv services: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index eb27652..d1c8c24 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: cos-alerter -version: '0.6.0' +version: '0.7.0' summary: A watchdog alerting on alertmanager notification failures. license: Apache-2.0 contact: simon.aronsson@canonical.com