Skip to content

Commit

Permalink
Merge pull request #56 from bjoernricks/create-new-release
Browse files Browse the repository at this point in the history
Prepare release 2.1.0
  • Loading branch information
bjoernricks authored Apr 9, 2020
2 parents c7b60f6 + 23371e8 commit 7ec85cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 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]
## [2.1.0] - 2020-04-09

### Added

Expand Down Expand Up @@ -33,10 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#49](https://github.com/greenbone/autohooks/pull/49)

### Removed

* Removed code relying on setuptools and switched to a full poetry build
process [#54](https://github.com/greenbone/autohooks/pull/54)

[Unreleased]: https://github.com/greenbone/autohooks/compare/v2.0.0...master
[2.1.0]: https://github.com/greenbone/autohooks/compare/v2.0.0...v2.1.0

## [2.0.0] - 2019-11-20

Expand Down
4 changes: 3 additions & 1 deletion autohooks/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: disable=invalid-name

__version__ = "2.0.1a0"
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "2.1.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"
version = "2.0.1a0"
version = "2.1.0"
description = "Library for managing git hooks"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 7ec85cf

Please sign in to comment.