Skip to content

Commit

Permalink
automatic release to 21.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Jun 13, 2021
1 parent 35df48c commit 9ceef2a
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]
## [21.6.0] - 2021-06-13

### Added
* Adding pontos module for future releases [#60](https://github.com/greenbone/autohooks-plugin-black/pull/60)
Expand All @@ -14,10 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
Replaced pipenv with poetry for dependency management. poetry install works a bit different than pipenv install. It installs dev packages. [#51](https://github.com/greenbone/autohooks-plugin-black/pull/51)

### Fixed
### Removed

[Unreleased]: https://github.com/greenbone/autohooks-plugin-black/compare/v1.2.0...master
[21.6.0]: https://github.com/greenbone/autohooks-plugin-black/compare/v1.2.0...v21.6.0

## [1.2.0] - 2019-11-21

Expand Down
2 changes: 1 addition & 1 deletion autohooks/plugins/black/__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__ = "21.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "autohooks-plugin-black"
version = "20.9.0.dev1"
version = "21.6.0"
description = "An autohooks plugin for python code formatting via black"
license = "GPL-3.0-or-later"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
Expand Down

0 comments on commit 9ceef2a

Please sign in to comment.