Skip to content

Commit 46cdd41

Browse files
committed
Prepare release 1.2.0
1 parent 25f6c83 commit 46cdd41

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ 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]
8+
## [1.2.0] - 2019-11-21
99

1010
### Added
1111
* Allow to configure the arguments for black in *pyproject.toml* [#19](https://github.com/greenbone/autohooks-plugin-black/pull/19)
1212

13-
### Changed
14-
### Deprecated
15-
### Fixed
16-
### Remove
17-
18-
[Unreleased]: https://github.com/greenbone/autohooks-plugin-black/compare/v1.1.0...master
13+
[1.2.0]: https://github.com/greenbone/autohooks-plugin-black/compare/v1.1.0...v1.2.0
1914

2015
## [1.1.0] - 2019-03-28
2116

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from pkg_resources import safe_version
1919
from setuptools import setup, find_namespace_packages
2020

21-
VERSION = (1, 1, 1, 'alpha')
21+
VERSION = (1, 2, 0)
2222

2323

2424
def get_version():

0 commit comments

Comments
 (0)