From 72a45eef2780500b14c57d5ae7a25e4ee768c4e2 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Sun, 13 Jun 2021 11:36:21 +0000 Subject: [PATCH] automatic release to 21.6.0 --- CHANGELOG.md | 9 ++------- autohooks/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d32f83..43b79e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,16 +14,11 @@ $ git clone https://github.com/greenbone/autohooks.git $ cd autohooks && git log ``` -## [Unreleased] -### Added -### Changed -### Deprecated -### Removed +## [21.6.0] - 2021-06-13 ### Fixed * Fix getting a value from the config with tomlkit >= 0.7.1 [#132](https://github.com/greenbone/autohooks/pull/132) -[Unreleased]: https://github.com/greenbone/autohooks/compare/v21.3.0...HEAD - +[21.6.0]: https://github.com/greenbone/autohooks/compare/v21.3.0...v21.6.0 ## [21.3.0] - 2021-03-29 ### Added diff --git a/autohooks/__version__.py b/autohooks/__version__.py index b3f48c79..e0f4c05e 100644 --- a/autohooks/__version__.py +++ b/autohooks/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.3.1.dev1" +__version__ = "21.6.0" diff --git a/pyproject.toml b/pyproject.toml index 84163a24..203b4a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "autohooks" -version = "21.3.1.dev1" +version = "21.6.0" description = "Library for managing git hooks" authors = ["Greenbone Networks GmbH "] license = "GPL-3.0-or-later"