Skip to content

Commit

Permalink
automatic release to 20.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Nov 26, 2020
1 parent b4bcf92 commit 7ee57f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [20.11.3] - 2020-11-26
### Added
* Adding parameters to `get_nvt command`, so it requests all details [#348](https://github.com/greenbone/python-gvm/pull/348)
* Improved the `modify_user` function for gmpv7 and gmpv214. Added ability to change comment, groups and authentication method of user. Meaning of name parameter got changed for gmpv214 only. It is not intended for identifying a user anymore but for specifying the new name of the user [#347](https://github.com/greenbone/python-gvm/pull/347)
Expand All @@ -14,12 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* added the `audits` parameter to `get_policy` [#345](https://github.com/greenbone/python-gvm/pull/345)

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

[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.11.2...HEAD

[20.11.3]: https://github.com/greenbone/python-gvm/compare/v20.11.2...HEAD

## [20.11.2] - 2020-11-17
### 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__ = "20.11.3.dev1"
__version__ = "20.11.3"
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 = "20.11.3.dev1"
version = "20.11.3"
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 7ee57f2

Please sign in to comment.