Skip to content

Commit

Permalink
Merge pull request #228 from bjoernricks/create-new-release
Browse files Browse the repository at this point in the history
Prepare release 1.5.0
  • Loading branch information
bjoernricks authored May 12, 2020
2 parents 61779ea + ccf1c04 commit 4dc4f9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.0] - 2020-05-12

### Added

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

### Fixed

### Removed

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

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

## [1.4.0]

Expand Down
2 changes: 1 addition & 1 deletion gvm/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "1.5.0.dev1"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "python-gvm"
version = "1.5.0.dev1"
version = "1.5.0"
description = "Library to communicate with remote servers over GMP or OSP"
license = "GPL-3.0-or-later"
authors = ["Greenbone Networks GmbH <[email protected]>"]
Expand Down

0 comments on commit 4dc4f9a

Please sign in to comment.