Skip to content

Commit

Permalink
automatic release to 21.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Apr 26, 2021
1 parent 59849f2 commit e5dc740
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@ 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 [Calendar Versioning](https://calver.org)html).

## [Unreleased]
### Added
## [21.4.0] - 2021-04-26
### Changed
* `get_feed` can also be requested with `GVMD_DATA` for 20.08 and newer, added `GVMD_DATA` to the FeedType and updated API call [#434](https://github.com/greenbone/python-gvm/pull/434)

### Deprecated
### Removed
### Fixed

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

[21.4.0]: https://github.com/greenbone/python-gvm/compare/v21.1.3...v21.4.0

## [21.1.3] - 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.4.dev1"
__version__ = "21.4.0"
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.4.dev1"
version = "21.4.0"
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 e5dc740

Please sign in to comment.