Skip to content

Commit

Permalink
automatic release to 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Nov 9, 2020
1 parent 2f9039d commit d16b8e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion autohooks/plugins/pylint/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "20.9.0.dev1"
__version__ = "20.11.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit d16b8e5

Please sign in to comment.