Skip to content

Commit

Permalink
automatic release to 21.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Jan 27, 2021
1 parent e74088e commit 2f6898d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ 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]
## [21.1.3] - 2021-01-27
### Added
* Added protocol version "next" and GMP 21.04 doc [#384](https://github.com/greenbone/python-gvm/pull/384)

### Changed
### Deprecated
### Removed

### Fixed
* Add missing ReportFormatType to GMP 21.04 [#385](https://github.com/greenbone/python-gvm/pull/385)

[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.1.2...HEAD

[21.1.3]: https://github.com/greenbone/python-gvm/compare/v21.1.2...v21.1.3

## [21.1.2] - 2021-01-27
### Added
Expand Down
2 changes: 1 addition & 1 deletion gvm/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "21.1.3.dev1"
__version__ = "21.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "python-gvm"
version = "21.1.3.dev1"
version = "21.1.3"
description = "Library to communicate with remote servers over GMP or OSP"
license = "GPL-3.0-or-later"
authors = ["Greenbone Networks GmbH <[email protected]>"]
Expand Down

0 comments on commit 2f6898d

Please sign in to comment.