From bd5a85add3cafe7d421fc7d9c6c81576ec367c88 Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Thu, 10 Dec 2020 16:22:01 +0100 Subject: [PATCH] automatic release to 21.04-rc1 --- CHANGELOG.md | 8 ++------ pheme/version/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e60749..1a44843d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/pheme/version/__version__.py b/pheme/version/__version__.py index e480a7d6..3c0b9d40 100644 --- a/pheme/version/__version__.py +++ b/pheme/version/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "0.0.1.dev3" +__version__ = "21.4rc1" diff --git a/pyproject.toml b/pyproject.toml index bf4200f1..2bae43f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pheme" -version = "0.0.1.dev3" +version = "21.4rc1" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later" readme = "README.md"