From 0eb572662d72059753782d8d774fe15661447a92 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Wed, 23 Jun 2021 15:02:39 +0000 Subject: [PATCH] automatic release to 21.4.1 --- CHANGELOG.md | 5 +---- ospd/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc2ab4d..15c408ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,8 @@ 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.1] (unreleased) +## [21.4.1] - 2021-06-23 -### Added -### Changed -### Removed ### Fixed [21.4.1]: https://github.com/greenbone/ospd/compare/v21.4.0...ospd-21.04 diff --git a/ospd/__version__.py b/ospd/__version__.py index 3b9070cf..ae94b4ce 100644 --- a/ospd/__version__.py +++ b/ospd/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.4.1.dev1" +__version__ = "21.4.1" diff --git a/pyproject.toml b/pyproject.toml index 4f8da51d..a8eb545b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "21.4.1.dev1" +version = "21.4.1" 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"