From bf9c244d507a01b919c3e49611a7be4c4230c805 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Tue, 12 Oct 2021 13:50:48 +0000 Subject: [PATCH] Automatic release to 21.4.4 --- CHANGELOG.md | 8 ++------ ospd/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e9bee8..efefcada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,16 @@ 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/). -## [21.4.4] (Unreleased) +## [21.4.4] - 2021-10-12 -### Added ### Changed - Use better defaults for file paths and permissions [#429](https://github.com/greenbone/ospd/pull/429) - Downgrade required version for psutil to 5.5.1 [#453](https://github.com/greenbone/ospd/pull/453) -### Deprecated -### Removed ### Fixed - Fix resume scan. [#464](https://github.com/greenbone/ospd/pull/464) - -[Unreleased]: https://github.com/greenbone/ospd/compare/v21.4.3...HEAD +[21.4.4]: https://github.com/greenbone/ospd/compare/v21.4.3...v21.4.4 ## [21.4.3] - 2021-08-04 diff --git a/ospd/__version__.py b/ospd/__version__.py index 928ab791..f9f6576a 100644 --- a/ospd/__version__.py +++ b/ospd/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.4.4.dev1" +__version__ = "21.4.4" diff --git a/pyproject.toml b/pyproject.toml index 5edffad8..6b6436c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "21.4.4.dev1" +version = "21.4.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"