Skip to content

Commit

Permalink
automatic release to 21.04-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Mar 1, 2021
1 parent f2ddcfe commit 987de88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ 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-rc3] - 2021-03-01
### Added
- font-family and font-size to charts [167](https://github.com/greenbone/pheme/pull/167)
### Changed
- replaced hardcoded 175 in favor of max len hostname * font size * 1.25 in bar chart [167](https://github.com/greenbone/pheme/pull/167)
- legend on the middle left instead of middle bottom [170](https://github.com/greenbone/pheme/pull/170)
### Deprecated
### Removed
### Fixed
- just contain last element of reference type within references instead of all [180](https://github.com/greenbone/pheme/pull/180)

[Unreleased]: https://github.com/greenbone/pheme/compare/v21.04-rc2...HEAD

[21.04-rc3]: https://github.com/greenbone/pheme/compare/v21.04-rc2...v21.04-rc3

## [21.04-rc2] - 2021-01-11
### Changed
Expand Down
19 changes: 1 addition & 18 deletions pheme/version/__version__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2020-2021 Greenbone Networks GmbH
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# pylint: disable=invalid-name

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "21.4.dev3"
__version__ = "21.4rc3"
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 = "21.4.dev3"
version = "21.4rc3"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
Expand Down

0 comments on commit 987de88

Please sign in to comment.