From de060f2b786af40245249e8c8bb690b242428f49 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 24 Jun 2021 14:48:23 +0000 Subject: [PATCH] Automatic adjustments after release * Update to version 21.4.2 * Add empty changelog after 21.4.1 --- CHANGELOG.md | 10 ++++++++++ ospd_openvas/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75083b6d..c74b0d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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/). +## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed + +[Unreleased]: https://github.com/greenbone/ospd-openvas/compare/v21.4.1...HEAD + + ## [21.4.1] - 2021-06-24 ### Removed diff --git a/ospd_openvas/__version__.py b/ospd_openvas/__version__.py index ae94b4ce..4af04315 100644 --- a/ospd_openvas/__version__.py +++ b/ospd_openvas/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.4.1" +__version__ = "21.4.2.dev1" diff --git a/pyproject.toml b/pyproject.toml index 9e7020a6..928b6358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd-openvas" -version = "21.4.1" +version = "21.4.2.dev1" description = "ospd based scanner for openvas" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later"