Skip to content

Commit d161977

Browse files
committed
automatic release to 21.4.0
1 parent b4ec35d commit d161977

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +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 [Calendar Versioning](https://calver.org).
77

8-
## [Unreleased]
9-
### Added
10-
8+
## [21.4.0] - 2021-04-20
119
### Changed
1210
- Refactored release module and changed the arguments of release, prepare and
1311
sign commands [#80](https://github.com/greenbone/pontos/pull/80)
1412

15-
### Deprecated
16-
### Removed
17-
### Fixed
18-
19-
[Unreleased]: https://github.com/greenbone/pontos/compare/v21.3.0...HEAD
20-
13+
[21.4.0]: https://github.com/greenbone/pontos/compare/v21.3.0...v21.4.0
2114

2215
## [21.3.0] - 2021-03-31
2316
### Changed

pontos/version/__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.4.0.dev1"
5+
__version__ = "21.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pontos"
3-
version = "21.4.0.dev1"
3+
version = "21.4.0"
44
description = "Common utilities and tools maintained by Greenbone Networks"
55
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)