Skip to content

Commit 3c7a4eb

Browse files
authored
Merge pull request #245 from bjoernricks/create-new-release
Prepare release 1.6.0
2 parents a2ff66c + b15546b commit 3c7a4eb

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ 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+
## [1.6.0] - 2020-06-10
99

1010
### Added
1111

1212
* Extend AliveTest and ScannerType enums.
1313
[#235](https://github.com/greenbone/python-gvm/pull/235)
1414

15-
### Changed
16-
1715
### Fixed
18-
* Fix python-gvm v8/v9 type checks. [#244](https://github.com/greenbone/python-gvm/pull/244)
1916

20-
### Removed
17+
* Fix python-gvm v8/v9 type checks. [#244](https://github.com/greenbone/python-gvm/pull/244)
2118

22-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v1.6.0...master
19+
[1.6.0]: https://github.com/greenbone/python-gvm/compare/v1.5.0...v1.6.0
2320

2421
## [1.5.0] - 2020-05-12
2522

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

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 = "1.6.0.dev1"
7+
version = "1.6.0"
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)