From e5dc74072abe80aff6742f3fdfd9a8620cb69ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Mon, 26 Apr 2021 16:32:39 +0200 Subject: [PATCH] automatic release to 21.4.0 --- CHANGELOG.md | 10 ++-------- gvm/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dfb6145..7cc93781e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,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/), and this project adheres to [Calendar Versioning](https://calver.org)html). -## [Unreleased] -### Added +## [21.4.0] - 2021-04-26 ### Changed * `get_feed` can also be requested with `GVMD_DATA` for 20.08 and newer, added `GVMD_DATA` to the FeedType and updated API call [#434](https://github.com/greenbone/python-gvm/pull/434) -### Deprecated -### Removed -### Fixed - -[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.1.3...HEAD - +[21.4.0]: https://github.com/greenbone/python-gvm/compare/v21.1.3...v21.4.0 ## [21.1.3] - 2021-01-27 ### Added diff --git a/gvm/__version__.py b/gvm/__version__.py index a6ff7ebec..82474db50 100644 --- a/gvm/__version__.py +++ b/gvm/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.1.4.dev1" +__version__ = "21.4.0" diff --git a/pyproject.toml b/pyproject.toml index 9f7b101f5..06c4613be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "python-gvm" -version = "21.1.4.dev1" +version = "21.4.0" description = "Library to communicate with remote servers over GMP or OSP" license = "GPL-3.0-or-later" authors = ["Greenbone Networks GmbH "]