Skip to content

Commit 1197d74

Browse files
committed
automatic release to 21.6.1
1 parent 2ee55c6 commit 1197d74

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ 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-
### Changed
11-
### Deprecated
12-
### Removed
8+
## [21.6.1] - 2021-06-09
139
### Fixed
10+
* Fix the previous release
1411

15-
[Unreleased]: https://github.com/greenbone/pontos/compare/v21.6.0...HEAD
16-
12+
[21.6.1]: https://github.com/greenbone/pontos/compare/v21.6.0...v21.6.1
1713

1814
## [21.6.0] - 2021-06-08
1915
### Added

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.6.1.dev1"
5+
__version__ = "21.6.1"

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.6.1.dev1"
3+
version = "21.6.1"
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)