Skip to content

Commit cd5031d

Browse files
committed
Automatic release to 21.7.0
1 parent 74d8610 commit cd5031d

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
### Added
8+
## [21.7.0] - 2021-07-05
109
### Changed
1110
* 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)
1211

13-
### Deprecated
14-
### Removed
15-
### Fixed
16-
17-
[Unreleased]: https://github.com/greenbone/autohooks-plugin-black/compare/v21.6.0...HEAD
18-
12+
[21.7.0]: https://github.com/greenbone/autohooks-plugin-black/compare/v21.6.0...v21.7.0
1913

2014
## [21.6.0] - 2021-06-13
2115

autohooks/plugins/black/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44

5-
__version__ = "21.6.1.dev1"
5+
__version__ = "21.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "autohooks-plugin-black"
7-
version = "21.6.1.dev1"
7+
version = "21.7.0"
88
description = "An autohooks plugin for python code formatting via black"
99
license = "GPL-3.0-or-later"
1010
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]

0 commit comments

Comments
 (0)