From 9f17fe99369c7f668da99c6555083484bf36bb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Tue, 1 Jun 2021 11:02:55 +0200 Subject: [PATCH] automatic release to 21.5.2 --- 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 7215281b7..15647e3b7 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] +## [21.5.2] - 2021-06-01 ### Added Add `import_policy` API call [#496](https://github.com/greenbone/python-gvm/pull/496) -### Changed -### Deprecated -### Removed -### Fixed - -[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.5.1...HEAD - +[21.5.2]: https://github.com/greenbone/python-gvm/compare/v21.5.1...v21.5.2 ## [21.5.1] - 2021-06-01 ### Changed diff --git a/gvm/__version__.py b/gvm/__version__.py index fa1244eaa..6fc86ccc7 100644 --- a/gvm/__version__.py +++ b/gvm/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.5.2.dev1" +__version__ = "21.5.2" diff --git a/pyproject.toml b/pyproject.toml index e36d1d077..760dcbed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "python-gvm" -version = "21.5.2.dev1" +version = "21.5.2" description = "Library to communicate with remote servers over GMP or OSP" license = "GPL-3.0-or-later" authors = ["Greenbone Networks GmbH "]