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 21, 2021
1 parent b7212c9 commit 57f2f92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ 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).

## [Unreleased]
### Added
## [21.6.0] - 2021-06-21
### Changed
* Changed API calls for SecInfo [#501](https://github.com/greenbone/python-gvm/pull/501):
* `get_nvt_list()` -> `get_nvts()`
Expand All @@ -16,12 +15,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).
* `get_dnf_cert_advisory_list()` -> `get_dnf_cert_advisories()`
* `get_oval_definition_list()` -> `get_oval_definitions()`

### Deprecated
### Removed
### Fixed

[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.5.2...HEAD

[21.6.0]: https://github.com/greenbone/python-gvm/compare/v21.5.2...v21.6.0

## [21.5.2] - 2021-06-01
### Added
Expand Down
2 changes: 1 addition & 1 deletion gvm/__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.5.3.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 = "python-gvm"
version = "21.5.3.dev1"
version = "21.6.0"
description = "Library to communicate with remote servers over GMP or OSP"
license = "GPL-3.0-or-later"
authors = ["Greenbone Networks GmbH <[email protected]>"]
Expand Down

0 comments on commit 57f2f92

Please sign in to comment.