Skip to content

Commit 39e8377

Browse files
committed
automatic release to 20.11.1
1 parent bd27558 commit 39e8377

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.11.1] - 2020-11-16
99
### Added
1010
* Added the `modify_audit` function [#332](https://github.com/greenbone/python-gvm/pull/332)
1111
* Added the `modify_policy_set_nvt_preference` function [#332](https://github.com/greenbone/python-gvm/pull/332)
@@ -18,12 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Changed
1919
* Moved tests for `SeverityLevel` Enum and `get_severity_level_from_string()` [#327](https://github.com/greenbone/python-gvm/pull/327)
2020

21-
### Deprecated
22-
### Removed
23-
### Fixed
24-
25-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.11.0...HEAD
26-
21+
[20.11.1]: https://github.com/greenbone/python-gvm/compare/v20.11.0...HEAD
2722

2823
## [20.11.0] - 2020-11-03
2924
### Added

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.11.1.dev1"
5+
__version__ = "20.11.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.11.1.dev1"
7+
version = "20.11.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)