Skip to content

Commit 2af5edd

Browse files
committed
Prepare release 1.1.0
1 parent a012e9e commit 2af5edd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.1.0] - unreleased
7+
## [1.1.0] - 2019-11-22
88

99
### Added
1010
* Added ignore_pagination and details arguments for get_report [#163](https://github.com/greenbone/python-gvm/pull/163)
@@ -24,15 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
* Added type `TLS_CERTIFICATE` to `EntityType` and `FilterType` [#157](https://github.com/greenbone/python-gvm/pull/157)
2525
* Changed the `DEFAULT_UNIX_SOCKET_PATH` [#119](https://github.com/greenbone/python-gvm/pull/162)
2626

27-
### Fixed
28-
29-
### Removed
30-
3127
### Deprecated
3228
* Mark make_unique argument of create_target Gmpv8 as deprecated and ignore it.
3329
It is already ignored by gvmd with GMP 8 [#156](https://github.com/greenbone/python-gvm/pull/156)
3430

35-
[1.1.0]: https://github.com/greenbone/python-gvm/compare/v1.0.0...master
31+
[1.1.0]: https://github.com/greenbone/python-gvm/compare/v1.0.0...v1.1.0
3632

3733
## [1.0.0] - 2019-09-18
3834

gvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from pkg_resources import safe_version
2323

24-
VERSION = (1, 1, 0, 'dev', 1)
24+
VERSION = (1, 1, 0)
2525
"""
2626
Current Version of python-gvm as a tuple
2727
"""

0 commit comments

Comments
 (0)