Skip to content

Commit

Permalink
automatic release to 21.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Jun 13, 2021
1 parent c2673fa commit 0aec35f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gvmtools/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "21.1.1.dev1"
__version__ = "21.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
description = "Tools to control a GSM/GVM over GMP or OSP"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 0aec35f

Please sign in to comment.