From d16b8e5eda66ff3ba8a189b1966e8a5f6a110dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Mon, 9 Nov 2020 10:16:26 +0100 Subject: [PATCH] automatic release to 20.11.0 --- CHANGELOG.md | 7 ++----- autohooks/plugins/pylint/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8810d7f..42ba8f5 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [20.11.0] - 2020-11-09 ### Added * Adding pontos module for future releases [#24](https://github.com/greenbone/autohooks-plugin-pylint/pull/24) @@ -15,10 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Replaced pipenv with poetry for dependency management. poetry install works a bit different than pipenv install. It installs dev packages. [#16](https://github.com/greenbone/autohooks-plugin-pylint/pull/16) * Linting file by file [#19](https://github.com/greenbone/autohooks-plugin-pylint/pull/19) -### Fixed -### Removed - -[Unreleased]: https://github.com/greenbone/autohooks-plugin-pylint/compare/v1.2.0...master +[20.11.0]: https://github.com/greenbone/autohooks-plugin-pylint/compare/v1.2.0...v20.11.0 ## [1.2.0] - 2019-11-22 diff --git a/autohooks/plugins/pylint/__version__.py b/autohooks/plugins/pylint/__version__.py index e139901..155330a 100644 --- a/autohooks/plugins/pylint/__version__.py +++ b/autohooks/plugins/pylint/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "20.9.0.dev1" +__version__ = "20.11.0" diff --git a/pyproject.toml b/pyproject.toml index 9647a30..7d54414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" [tool.poetry] name = "autohooks-plugin-pylint" -version = "20.9.0.dev1" +version = "20.11.0" description = "An autohooks plugin for python code linting via pylint" license = "GPL-3.0-or-later" authors = ["Greenbone Networks GmbH "]