Skip to content

Commit

Permalink
automatic release to 21.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed May 25, 2021
1 parent 318a328 commit 224df3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [21.5.0] - 2021-05-25

**Dropped support for GMP v7, v8 and v9!**

Expand Down Expand Up @@ -64,7 +64,6 @@ and this project adheres to [Calendar Versioning](https://calver.org)html).
* Detached the Task API calls from the GMP class into a new `TasksMixin`. [#443](https://github.com/greenbone/python-gvm/pull/443)
* Moved helper functions from gmp to utils. The response XML will not be recovered by the parser anymore! [#442](https://github.com/greenbone/python-gvm/pull/442)

### Deprecated
### Removed
* Removed `sync_feed`, `sync_scap`, and `sync_cert` calls. [#472](https://github.com/greenbone/python-gvm/pull/472)
* Removed `TimeUnit`. It was used for schedules before iCal and is not required anymore. [#469](https://github.com/greenbone/python-gvm/pull/469)
Expand All @@ -79,10 +78,7 @@ and this project adheres to [Calendar Versioning](https://calver.org)html).
[#439](https://github.com/greenbone/python-gvm/pull/439)
[#444](https://github.com/greenbone/python-gvm/pull/444)

### Fixed

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

[21.5.0]: https://github.com/greenbone/python-gvm/compare/v21.4.0...v21.5.0

## [21.4.0] - 2021-04-26
### Changed
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.4.1.dev1"
__version__ = "21.5.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.4.1.dev1"
version = "21.5.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 224df3d

Please sign in to comment.