diff --git a/CHANGELOG.md b/CHANGELOG.md index e57f8d1d0..79b4e3319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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] diff --git a/gvm/__version__.py b/gvm/__version__.py index 0a1384e85..f2832ee44 100644 --- a/gvm/__version__.py +++ b/gvm/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "1.5.0.dev1" +__version__ = "1.5.0" diff --git a/pyproject.toml b/pyproject.toml index 382802028..832d26264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]