From 0aec35fa14a012356d3335d9d4646d886f7dcc9a Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Sun, 13 Jun 2021 12:11:37 +0000 Subject: [PATCH] automatic release to 21.6.0 --- CHANGELOG.md | 7 ++----- gvmtools/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65978657..19756a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ $ git clone https://github.com/greenbone/gvm-tools.git $ cd gvm-tools && git log ``` -## [Unreleased] +## [21.6.0] - 2021-06-13 ### Added * Added new script `script/create-consolidated-reports.gmp.py`, that consolidates the last reports of tasks filtered by time period and tags [#370](https://github.com/greenbone/gvm-tools/pull/370) * Added new script `script/create-cve-report-from-json.gmp.py` that generates an CVE Report from an correctly formatted JSON. [#376](https://github.com/greenbone/gvm-tools/pull/376) @@ -23,14 +23,11 @@ $ cd gvm-tools && git log ### Changed * Added `in_asset` argument to `import_report()` to `script/combine-reports.gmp.py` [#383](https://github.com/greenbone/gvm-tools/pull/383) -### Deprecated -### Removed ### Fixed * Added ignore_pagination to get_report calls in `script/create-consolidated-reports.gmp.py` and `script/combine-reports.gmp.py` [#399]https://github.com/greenbone/gvm-tools/pull/399) * Fixed Python 3.8 SyntaxWarnings for scripts [#373](https://github.com/greenbone/gvm-tools/pull/373) -[Unreleased]: https://github.com/greenbone/gvm-tools/compare/v21.1.0...HEAD - +[21.6.0]: https://github.com/greenbone/gvm-tools/compare/v21.1.0...v21.6.0 ## [21.1.0] - 2021-01-20 ### Added diff --git a/gvmtools/__version__.py b/gvmtools/__version__.py index 7fbe9f4d..e0f4c05e 100644 --- a/gvmtools/__version__.py +++ b/gvmtools/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.1.1.dev1" +__version__ = "21.6.0" diff --git a/pyproject.toml b/pyproject.toml index 290a4ad5..2ffcfc4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "gvm-tools" -version = "21.1.1.dev1" +version = "21.6.0" authors = ["Greenbone Networks GmbH "] description = "Tools to control a GSM/GVM over GMP or OSP" license = "GPL-3.0-or-later"