Skip to content

Commit ccf1c04

Browse files
committed
Prepare release 1.5.0
1 parent 61779ea commit ccf1c04

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 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+
## [1.5.0] - 2020-05-12
99

1010
### Added
1111

@@ -19,14 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
* If it isn't possible to connect to a Unix Domain Socket a GvmError is raised
2020
now [#207](https://github.com/greenbone/python-gvm/pull/207)
2121

22-
### Fixed
23-
2422
### Removed
2523

2624
* Dropped version handling code from python-gvm and replaced it with using
2725
pontos.version [#213](https://github.com/greenbone/python-gvm/pull/213)
2826

29-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v1.4.0...master
27+
[1.5.0]: https://github.com/greenbone/python-gvm/compare/v1.4.0...v1.5.0
3028

3129
## [1.4.0]
3230

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.5.0.dev1"
5+
__version__ = "1.5.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.5.0.dev1"
7+
version = "1.5.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)