Skip to content

Commit 00e678b

Browse files
committed
automatic release to 21.2.0
1 parent 2012acc commit 00e678b

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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]
8+
## [21.2.0] - 2021-02-08
99

1010
### Added
1111
- New command called `pontos-update-header` to update years in copyright headers [#58](https://github.com/greenbone/pontos/pull/58)
@@ -15,11 +15,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).
1515
- Renamed `pontos-copyright` to `pontos-update-header`. This tool now adds copyright header to files, if missing. [#59](https://github.com/greenbone/pontos/pull/59)
1616
- Change versioning to [Calendar Versioning](https://calver.org)[#61](https://github.com/greenbone/pontos/pull/61)
1717

18-
### Deprecated
19-
### Removed
20-
### Fixed
21-
22-
[Unreleased]: https://github.com/greenbone/pontos/compare/v0.3.1...HEAD
18+
[21.2.0]: https://github.com/greenbone/pontos/compare/v0.3.1...v21.2.0
2319

2420
## [0.3.1] - 2021-01-05
2521

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__ = "0.3.1.dev1"
5+
__version__ = "21.2.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 = "0.3.1.dev1"
3+
version = "21.2.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)