From bbb07a6cb35f799df7ec9211acc6631d562cc9bf Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 24 Jun 2021 08:36:09 +0000 Subject: [PATCH] Automatic release to 21.6.9 --- CHANGELOG.md | 9 ++------- pontos/version/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b161e82..35d67d56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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 [Calendar Versioning](https://calver.org). -## [Unreleased] +## [21.6.9] - 2021-06-24 ### Added * Sign all tarballs and zip files from the released assets too [#139](https://github.com/greenbone/pontos/pull/139) @@ -13,12 +13,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Improve generated git commit messages for and after a release [#138](https://github.com/greenbone/pontos/pull/138) * Signature files now have the filename `-..asc` [#139](https://github.com/greenbone/pontos/pull/139) -### Deprecated -### Removed -### Fixed - -[Unreleased]: https://github.com/greenbone/pontos/compare/v21.6.7...HEAD - +[21.6.9]: https://github.com/greenbone/pontos/compare/v21.6.7...v21.6.9 ## [21.6.7] - 2021-06-23 ### Added diff --git a/pontos/version/__version__.py b/pontos/version/__version__.py index 3803b581f..eaae8a516 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.8" +__version__ = "21.6.9" diff --git a/pyproject.toml b/pyproject.toml index b9555a07b..f9491e8a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pontos" -version = "21.6.8" +version = "21.6.9" description = "Common utilities and tools maintained by Greenbone Networks" authors = ["Greenbone Networks GmbH "] license = "GPL-3.0-or-later"