From f99a9e970b90ebf0848c8e63353d436119feb48c Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Tue, 16 May 2023 07:23:38 +0000 Subject: [PATCH] Automatic release to 23.5.0 --- autohooks/plugins/flake8/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autohooks/plugins/flake8/__version__.py b/autohooks/plugins/flake8/__version__.py index fb77542..6a79923 100644 --- a/autohooks/plugins/flake8/__version__.py +++ b/autohooks/plugins/flake8/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "23.4.1.dev1" +__version__ = "23.5.0" diff --git a/pyproject.toml b/pyproject.toml index bdeb93a..702e308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "autohooks-plugin-flake8" -version = "23.4.1.dev1" +version = "23.5.0" readme = "README.md" description = "An autohooks plugin for python code linting via flake8." authors = ["Greenbone AG "]