From 01993851ef094fac93860816d566e5218988d6b3 Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Tue, 11 Aug 2020 10:46:10 +0200 Subject: [PATCH 1/2] Prepare for release ospd-20.08 --- CHANGELOG.md | 4 ++-- ospd/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c05c2d..907a0e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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/). -## [20.8] (unreleased) +## [20.8.0] (2020-08-11) ### Added - Add solution method to solution of vt object. [#166](https://github.com/greenbone/ospd/pull/166) @@ -63,7 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed - Remove support for resume task. [#266](https://github.com/greenbone/ospd/pull/266) -[20.08]: https://github.com/greenbone/ospd/compare/ospd-2.0...ospd-20.08 +[20.8.0]: https://github.com/greenbone/ospd/compare/ospd-2.0...ospd-20.08 ## [2.0.1] (unreleased) diff --git a/ospd/__version__.py b/ospd/__version__.py index df2b94f4..05edf0ab 100644 --- a/ospd/__version__.py +++ b/ospd/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "20.8a1" +__version__ = "20.8.0" diff --git a/pyproject.toml b/pyproject.toml index 41227f85..b37170d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "20.8a1" +version = "20.8.0" description = """OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)""" authors = ["Greenbone Networks GmbH "] From 4020cbd7534714df5da9a6bd17fa03d81b1c9758 Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Tue, 11 Aug 2020 11:02:13 +0200 Subject: [PATCH 2/2] Update year --- doc/HTML.xsl | 2 +- doc/OSP.xml | 2 +- doc/generate | 2 +- doc/rnc.xsl | 2 +- ospd/main.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/HTML.xsl b/doc/HTML.xsl index 6794deb9..fbf69bff 100644 --- a/doc/HTML.xsl +++ b/doc/HTML.xsl @@ -12,7 +12,7 @@