Skip to content

Commit

Permalink
automatic release to 21.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Mar 29, 2021
1 parent 1210c83 commit 18b780b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ $ git clone https://github.com/greenbone/autohooks.git
$ cd autohooks && git log
```

## [Unreleased]
## [21.3.0] - 2021-03-29
### Added
* CI tests Python 3.9 now. [#97](https://github.com/greenbone/autohooks/pull/97)

### Changed
### Deprecated
* Dropped Python 3.5 and Python 3.6 support. Python 3.7+ is required now. [#97](https://github.com/greenbone/autohooks/pull/97)

### Removed
### Fixed
* Fix split-string (`-S`) to support all operating systems. [#89](https://github.com/greenbone/autohooks/pull/89)

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

## [2.2.0] - 2020-08-28

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__ = "2.2.1.dev1"
__version__ = "21.3.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.2.1.dev1"
version = "21.3.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 18b780b

Please sign in to comment.