File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 20.11.2 ] - 2020-11-17
99### Added
1010* Added the ` delete_tls_certificate ` function [ #335 ] ( https://github.com/greenbone/python-gvm/pull/335 )
11- ### Changed
12- ### Deprecated
13- ### Removed
14- ### Fixed
15-
16- [ Unreleased ] : https://github.com/greenbone/python-gvm/compare/v20.11.1...HEAD
17-
11+ [ 20.11.2 ] : https://github.com/greenbone/python-gvm/compare/v20.11.1...HEAD
1812
1913## [ 20.11.1] - 2020-11-16
2014### Added
Original file line number Diff line number Diff line change 22
33# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44
5- __version__ = "20.11.2.dev1 "
5+ __version__ = "20.11.2"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44
55[tool .poetry ]
66name = " python-gvm"
7- version = " 20.11.2.dev1 "
7+ version = " 20.11.2"
88description = " Library to communicate with remote servers over GMP or OSP"
99license = " GPL-3.0-or-later"
1010authors = [
" Greenbone Networks GmbH <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments