Skip to content

Commit

Permalink
automatic release to 21.04-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Dec 10, 2020
1 parent 21854c7 commit bd5a85a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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]
## [21.04-rc1] - 2020-12-10
### Added
- nvt threat information in host result [114](https://github.com/greenbone/pheme/pull/114)
- nvt severity information in host result [121](https://github.com/greenbone/pheme/pull/121)
Expand All @@ -15,15 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add workaround for svg in pdf with wasyprint [120](https://github.com/greenbone/pheme/pull/120)
- charts are not produced in the data struct but within a template [122](https://github.com/greenbone/pheme/pull/122)

### Deprecated
### Removed
- libsass support: https://sass-lang.com/blog/libsass-is-deprecated [111](https://github.com/greenbone/pheme/pull/111)
- equipment treemap [112](https://github.com/greenbone/pheme/pull/112)
- openapi [127](https://github.com/greenbone/pheme/pull/127)
### Fixed

[Unreleased]: https://github.com/greenbone/pheme/compare/v0.0.1a3...HEAD

[21.04-rc1]: https://github.com/greenbone/pheme/compare/v0.0.1a3...HEAD

## [0.0.1a3] - 2020-11-06
### Added
Expand Down
2 changes: 1 addition & 1 deletion pheme/version/__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__ = "0.0.1.dev3"
__version__ = "21.4rc1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pheme"
version = "0.0.1.dev3"
version = "21.4rc1"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
Expand Down

0 comments on commit bd5a85a

Please sign in to comment.