From 255763a91227e0b55eaa734b50d23eb31ca078e4 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Wed, 19 Jul 2023 15:12:51 +0000 Subject: [PATCH] Automatic release to 23.7.1 --- mattermost_notify/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mattermost_notify/__version__.py b/mattermost_notify/__version__.py index b6ed235..531ad5c 100644 --- a/mattermost_notify/__version__.py +++ b/mattermost_notify/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "23.7.1.dev1" +__version__ = "23.7.1" diff --git a/pyproject.toml b/pyproject.toml index 533f7b7..f882346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mattermost-notify" -version = "23.7.1.dev1" +version = "23.7.1" description = "Python tool to post GitHub Action runs to mattermost" authors = ["Jaspar Stach "] license = "GPL-3.0-or-later"