From 2f6898dbabb25eb99651d49914392c619de91b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Wed, 27 Jan 2021 16:23:42 +0100 Subject: [PATCH] automatic release to 21.1.3 --- CHANGELOG.md | 9 ++------- gvm/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c57b9952..3fc0269f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,14 @@ 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [21.1.3] - 2021-01-27 ### Added * Added protocol version "next" and GMP 21.04 doc [#384](https://github.com/greenbone/python-gvm/pull/384) -### Changed -### Deprecated -### Removed - ### Fixed * Add missing ReportFormatType to GMP 21.04 [#385](https://github.com/greenbone/python-gvm/pull/385) -[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.1.2...HEAD - +[21.1.3]: https://github.com/greenbone/python-gvm/compare/v21.1.2...v21.1.3 ## [21.1.2] - 2021-01-27 ### Added diff --git a/gvm/__version__.py b/gvm/__version__.py index cb0db3e80..9f603e424 100644 --- a/gvm/__version__.py +++ b/gvm/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.1.3.dev1" +__version__ = "21.1.3" diff --git a/pyproject.toml b/pyproject.toml index f42769413..2c7ec7f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "python-gvm" -version = "21.1.3.dev1" +version = "21.1.3" description = "Library to communicate with remote servers over GMP or OSP" license = "GPL-3.0-or-later" authors = ["Greenbone Networks GmbH "]