Skip to content

Commit

Permalink
automatic release to 20.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Aug 19, 2020
1 parent 92a440c commit f7179c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.8.0] - 2020-08-19

### Added

Expand All @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Require method and condition arguments for modify_alert with an event [#267](https://github.com/greenbone/python-gvm/pull/267)
* Add SEVERITY_AT_LEAST to get_alert_condition_from_string [#268](https://github.com/greenbone/python-gvm/pull/268)

[Unreleased]: https://github.com/greenbone/python-gvm/compare/v1.6.0...master
[20.8.0]: https://github.com/greenbone/python-gvm/compare/v1.6.0...v20.8.0

## [1.6.0] - 2020-06-10

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__ = "1.6.0"
__version__ = "20.8.0"
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 = "1.6.0"
version = "20.8.0"
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 f7179c6

Please sign in to comment.