Skip to content

Commit 8351067

Browse files
committed
Automatic release to 20.8.3
1 parent 8280f13 commit 8351067

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
8-
### Added
7+
## [20.8.3] - 2021-08-04
98
### Changed
109
- Use better defaults for for ospd-openvas settings [#454](https://github.com/greenbone/ospd-openvas/pull/454)
1110
- Improved error logging while trying to acquire a lock file [#458](https://github.com/greenbone/ospd-openvas/pull/458)
1211

13-
### Deprecated
14-
### Removed
15-
### Fixed
16-
17-
[Unreleased]: https://github.com/greenbone/ospd-openvas/compare/v20.8.2...HEAD
18-
12+
[20.8.3]: https://github.com/greenbone/ospd-openvas/compare/v20.8.2...v20.8.3
1913

2014
## [20.8.2] - 2021-06-24
2115
### Added

ospd_openvas/__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.3.dev1"
5+
__version__ = "20.8.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[tool.poetry]
55
name = "ospd-openvas"
6-
version = "20.8.3.dev1"
6+
version = "20.8.3"
77
description = "ospd based scanner for openvas"
88
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
99
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)