Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Automatic release to 20.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Oct 12, 2021
1 parent 7df1835 commit ce06880
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ 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/).

## [Unreleased]
### Added
## [20.8.5] - 2021-10-12
### Changed
- Use better defaults for file paths and permissions [#429](https://github.com/greenbone/ospd/pull/429)
- Downgrade required version for psutil to 5.5.1 [#453](https://github.com/greenbone/ospd/pull/453)

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

[Unreleased]: https://github.com/greenbone/ospd/compare/v20.8.4...HEAD

[20.8.5]: https://github.com/greenbone/ospd/compare/v20.8.4...v20.8.5

## [20.8.4] - 2021-08-03
### Changed
Expand Down
2 changes: 1 addition & 1 deletion ospd/__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.8.5.dev1"
__version__ = "20.8.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[tool.poetry]
name = "ospd"
version = "20.8.5.dev1"
version = "20.8.5"
description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit ce06880

Please sign in to comment.