Skip to content

Commit ddc28c2

Browse files
committed
Prepare 1.3.0 release
1 parent e13ba0a commit ddc28c2

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
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.0]
99

1010
### Added
1111
* Added `GvmServerError`, `GvmClientError`, `GvmResponseError` and `InvalidArgumentType` error type classes [#192](https://github.com/greenbone/python-gvm/pull/192)
@@ -14,11 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
* Refactored the `InvalidArgument` and `RequiredArgument` errors in the gmp classes [#192](https://github.com/greenbone/python-gvm/pull/192)
1515
* Refactored the status response errors in case of a failure in the communication with the server in `transform.py` [#192](https://github.com/greenbone/python-gvm/pull/192)
1616

17-
### Fixed
18-
19-
### Removed
20-
21-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v1.2.0...master
17+
[1.3.0]: https://github.com/greenbone/python-gvm/compare/v1.2.0...v1.3.0
2218

2319
## [1.2.0]
2420

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, 3, 0, 'dev', 1)
24+
VERSION = (1, 3, 0)
2525
"""
2626
Current Version of python-gvm as a tuple
2727
"""

0 commit comments

Comments
 (0)