From 3ce976ec1ccba4be56003d7fcac66a4a8f876c41 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 24 Jun 2021 14:27:15 +0000 Subject: [PATCH] Automatic release to 20.8.3 --- CHANGELOG.md | 9 ++------- ospd/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1508d88a..9e65b84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,13 @@ 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/). -## [20.8.3] (Unreleased) -### Added -### Changed -### Deprecated -### Removed +## [20.8.3] - 2021-06-24 ### Fixed - Do not start all queued scans simultaneously once available memory is enough. [#401](https://github.com/greenbone/ospd/pull/401) - Remove the pid file if there is no process for the pid or the process name does not match. [#405](https://github.com/greenbone/ospd/pull/405) - Fix regex of gvmcg titles for get_performance command. [#413](https://github.com/greenbone/ospd/pull/413) -[Unreleased]: https://github.com/greenbone/ospd/compare/v20.8.2...HEAD - +[20.8.3]: https://github.com/greenbone/ospd/compare/v20.8.2...v20.8.3 ## [20.8.2] (2021-02-01) diff --git a/ospd/__version__.py b/ospd/__version__.py index c8c1aab3..708b9579 100644 --- a/ospd/__version__.py +++ b/ospd/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "20.8.3.dev1" +__version__ = "20.8.3" diff --git a/pyproject.toml b/pyproject.toml index 0ad01e23..f6165b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "20.8.3.dev1" +version = "20.8.3" description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later"