From f73ada09330b342042f480c045ca2a2fc4659faa Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Mon, 1 Feb 2021 16:05:14 +0100 Subject: [PATCH] automatic release to 20.8.1 --- CHANGELOG.md | 2 +- ospd_openvas/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7480383e..4cb800ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## (unreleased) +## (20.8.1) - 2021-02-01 ### Added - Add debug level log messages. [#373](https://github.com/greenbone/ospd-openvas/pull/373) diff --git a/ospd_openvas/__version__.py b/ospd_openvas/__version__.py index 05edf0ab..d770818a 100644 --- a/ospd_openvas/__version__.py +++ b/ospd_openvas/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "20.8.0" +__version__ = "20.8.1" diff --git a/pyproject.toml b/pyproject.toml index a0875b91..e830a577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd-openvas" -version = "20.8.0" +version = "20.8.1" description = "ospd based scanner for openvas" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later"