Skip to content

Commit 63558a4

Browse files
committed
automatic release to 20.9.1
1 parent 5398f6c commit 63558a4

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [20.9.1] - 2020-09-25
99
### Added
1010
* Added `modify_config_set_name`. [#295](https://github.com/greenbone/python-gvm/pull/295)
1111
* Added logic to accept the new AlertEvents `TICKET_RECEIVED`, `ASSIGNED_TICKET_CHANGED` and `OWNED_TICKET_CHANGED` and the new Condition `SEVERITY_CHANGED`. [#297](https://github.com/greenbone/python-gvm/pull/297)
1212
* Added `create_config_from_osp_scanner`. [#298](https://github.com/greenbone/python-gvm/pull/298)
1313
### Changed
1414
* Added the `details` parameter to `get_tls_certificate` and `get_tls_certificates`. [#293](https://github.com/greenbone/python-gvm/pull/293)
1515
* Added the `comment` parameter to `create_config`. [#294](https://github.com/greenbone/python-gvm/pull/294)
16-
### Deprecated
17-
### Removed
1816
### Fixed
1917
* Fix ScannerType check for newer protocols. [#300](https://github.com/greenbone/python-gvm/pull/300)
2018

21-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.9.0...HEAD
22-
19+
[20.9.1]: https://github.com/greenbone/python-gvm/compare/v20.9.0...HEAD
2320

2421
## [20.9.0] - 2020-09-17
2522
### Changed

gvm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44

5-
__version__ = "20.9.1.dev1"
5+
__version__ = "20.9.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "python-gvm"
7-
version = "20.9.1.dev1"
7+
version = "20.9.1"
88
description = "Library to communicate with remote servers over GMP or OSP"
99
license = "GPL-3.0-or-later"
1010
authors = ["Greenbone Networks GmbH <[email protected]>"]

0 commit comments

Comments
 (0)