Skip to content

Commit

Permalink
automatic release to 20.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Dec 16, 2020
1 parent 01170f8 commit a1a0597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ 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.12.1] - 2020-12-16
### Added
* Added AUDIT and POLICY to EntityType enum [#353](https://github.com/greenbone/python-gvm/pull/353)

### Changed
* added the `audits` parameter to `get_policy` [#345](https://github.com/greenbone/python-gvm/pull/345)
* Update get_aggregates params in GMP 9.0 and newer [#359](https://github.com/greenbone/python-gvm/pull/359)

### Deprecated
### Removed
### Fixed
* added `get_info_list` to v20.08, so it works as expected with new `InfoType` [#362](https://github.com/greenbone/python-gvm/pull/362)

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

[20.12.1]: https://github.com/greenbone/python-gvm/compare/v20.11.3...v20.12.1

## [20.11.3] - 2020-11-26
### 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.4.dev1"
__version__ = "20.12.1"
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.4.dev1"
version = "20.12.1"
description = "Library to communicate with remote servers over GMP or OSP"
license = "GPL-3.0-or-later"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
Expand Down

0 comments on commit a1a0597

Please sign in to comment.