From 59360c59e0aefa61c83fc9ab3f946bf105c2b9e7 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Tue, 3 Aug 2021 13:37:45 +0000 Subject: [PATCH] Automatic release to 20.8.4 --- CHANGELOG.md | 10 ++-------- ospd/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d02ea36..18f7a94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,11 @@ 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] -### Added +## [20.8.4] - 2021-08-03 ### Changed - Use better defaults for file paths and permissions [#429](https://github.com/greenbone/ospd/pull/429) -### Deprecated -### Removed -### Fixed - -[Unreleased]: https://github.com/greenbone/ospd/compare/v20.8.3...HEAD - +[20.8.4]: https://github.com/greenbone/ospd/compare/v20.8.3...v20.8.4 ## [20.8.3] - 2021-06-24 ### Fixed diff --git a/ospd/__version__.py b/ospd/__version__.py index 6762d850..4b2d4b59 100644 --- a/ospd/__version__.py +++ b/ospd/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "20.8.4.dev1" +__version__ = "20.8.4" diff --git a/pyproject.toml b/pyproject.toml index 7b29a150..324093b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "20.8.4.dev1" +version = "20.8.4" 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"