diff --git a/CHANGELOG.md b/CHANGELOG.md index add2f6d..5bf7a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,11 @@ 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] -### Added +## [21.7.0] - 2021-07-05 ### Changed * Don't depend on a single version of black and allow black versions up to current 21.6b0 [#131](https://github.com/greenbone/autohooks-plugin-black/pull/131) -### Deprecated -### Removed -### Fixed - -[Unreleased]: https://github.com/greenbone/autohooks-plugin-black/compare/v21.6.0...HEAD - +[21.7.0]: https://github.com/greenbone/autohooks-plugin-black/compare/v21.6.0...v21.7.0 ## [21.6.0] - 2021-06-13 diff --git a/autohooks/plugins/black/__version__.py b/autohooks/plugins/black/__version__.py index 58c4def..968d489 100644 --- a/autohooks/plugins/black/__version__.py +++ b/autohooks/plugins/black/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.6.1.dev1" +__version__ = "21.7.0" diff --git a/pyproject.toml b/pyproject.toml index 3a3c56d..e8140a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "autohooks-plugin-black" -version = "21.6.1.dev1" +version = "21.7.0" description = "An autohooks plugin for python code formatting via black" license = "GPL-3.0-or-later" authors = ["Greenbone Networks GmbH "]