From 0b311447aa43a0aa39ce523b8c279d1ed8fff6e0 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Wed, 18 Oct 2023 08:46:29 +0000 Subject: [PATCH] Automatic release to 23.10.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 5502a04..b83ea78 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.5.1.dev1" +__version__ = "23.10.0" diff --git a/pyproject.toml b/pyproject.toml index b8eeb43..aa7b4d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "autohooks-plugin-flake8" -version = "23.5.1.dev1" +version = "23.10.0" readme = "README.md" description = "An autohooks plugin for python code linting via flake8." authors = ["Greenbone AG "]