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 4b97f18 commit 72a45ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ $ git clone https://github.com/greenbone/autohooks.git
$ cd autohooks && git log
```

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
## [21.6.0] - 2021-06-13
### Fixed
* Fix getting a value from the config with tomlkit >= 0.7.1 [#132](https://github.com/greenbone/autohooks/pull/132)

[Unreleased]: https://github.com/greenbone/autohooks/compare/v21.3.0...HEAD

[21.6.0]: https://github.com/greenbone/autohooks/compare/v21.3.0...v21.6.0

## [21.3.0] - 2021-03-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion autohooks/__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__ = "21.3.1.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"
version = "21.3.1.dev1"
version = "21.6.0"
description = "Library for managing git hooks"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 72a45ee

Please sign in to comment.