From b17cfb1b7320c276b3b6f4aa4549f28ee41e5ded Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Fri, 11 Jun 2021 07:59:38 +0000 Subject: [PATCH] automatic release to 21.6.2 --- CHANGELOG.md | 8 ++------ pontos/version/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 052512d1..b3f30898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,15 @@ 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 [Calendar Versioning](https://calver.org). -## [Unreleased] -### Added +## [21.6.2] - 2021-06-11 ### Changed * `pontos-release` will only sign, if key is available. If no key is given, pontos tries to lookup the key in the config. -### Deprecated -### Removed ### Fixed * Fixed commiting when no key is available. [#118](https://github.com/greenbone/pontos/pull/118) * Fixed releasing with pontos. A push after clearing the CHANGELOG was missing. [#110](https://github.com/greenbone/pontos/pull/110) -[Unreleased]: https://github.com/greenbone/pontos/compare/v21.6.1...HEAD - +[21.6.2]: https://github.com/greenbone/pontos/compare/v21.6.1...v21.6.2 ## [21.6.1] - 2021-06-09 ### Fixed diff --git a/pontos/version/__version__.py b/pontos/version/__version__.py index 1bbce782..f1e5950d 100644 --- a/pontos/version/__version__.py +++ b/pontos/version/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.6.2.dev1" +__version__ = "21.6.2" diff --git a/pyproject.toml b/pyproject.toml index 9be8c202..de5da2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pontos" -version = "21.6.2.dev1" +version = "21.6.2" description = "Common utilities and tools maintained by Greenbone Networks" authors = ["Greenbone Networks GmbH "] license = "GPL-3.0-or-later"