Skip to content

Commit 8ed1f94

Browse files
committed
automatic release to 20.8.1
1 parent 9eb87c8 commit 8ed1f94

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [20.8.1] - 2020-09-01
99

1010
### Added
1111

@@ -17,15 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
* `pretty_print()` has a new argument that can optionally handle a file. The output is redirected to this file. default is `sys.stdout`, as it is for build-in `print()` [#277](https://github.com/greenbone/python-gvm/pull/277)
1919

20-
### Deprecated
21-
### Removed
22-
2320
### Fixed
2421

2522
* `ARP_PING` is now a field of `AliveTypes`, the old `APR_PING` name is still available. [#281](https://github.com/greenbone/python-gvm/pull/281)
2623

27-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.8.0...HEAD
28-
24+
[20.8.1]: https://github.com/greenbone/python-gvm/compare/v20.8.0...HEAD
2925

3026
## [20.8.0] - 2020-08-19
3127

gvm/__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__ = "20.8.1.dev1"
5+
__version__ = "20.8.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "python-gvm"
7-
version = "20.8.1.dev1"
7+
version = "20.8.1"
88
description = "Library to communicate with remote servers over GMP or OSP"
99
license = "GPL-3.0-or-later"
1010
authors = ["Greenbone Networks GmbH <[email protected]>"]

0 commit comments

Comments
 (0)