Skip to content

Commit 29e3a55

Browse files
committed
automatic release to 20.9.0
1 parent c8e02c5 commit 29e3a55

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ 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]
9-
### Added
8+
## [20.9.0] - 2020-09-17
109
### Changed
1110
* Added the `tasks` parameter to `get_config()`. [#289](https://github.com/greenbone/python-gvm/pull/289)
1211
* Renamed `no_details` to `details` in `get_reports()` so it is uniform with all the other calls. [#290](https://github.com/greenbone/python-gvm/pull/290)
13-
### Deprecated
14-
### Removed
1512
### Fixed
1613
- Force garbage clean up when disconnect. [#286](https://github.com/greenbone/python-gvm/pull/286)
1714

18-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.8.1...HEAD
19-
15+
[20.9.0]: https://github.com/greenbone/python-gvm/compare/v20.8.1...HEAD
2016

2117
## [20.8.1] - 2020-09-01
2218

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.8.2.dev1"
5+
__version__ = "20.9.0"

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.8.2.dev1"
7+
version = "20.9.0"
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)