Skip to content

Commit 23942ea

Browse files
committed
automatic release to 21.1.0
1 parent 4e00127 commit 23942ea

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ 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+
## [21.1.0] - 2021-01-05
99
### Added
1010
* CI tests Python 3.9 now. [#367](https://github.com/greenbone/python-gvm/pull/367)
1111

12-
### Changed
1312
### Deprecated
1413
* Dropped Python 3.5 and Python 3.6 support. Python 3.7+ is required now. [#367](https://github.com/greenbone/python-gvm/pull/367)
1514

16-
### Removed
1715
### Fixed
1816
* Add missing types and functions to "latest" GMP [#369](https://github.com/greenbone/python-gvm/pull/369)
1917

20-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.12.1...HEAD
21-
18+
[21.1.0]: https://github.com/greenbone/python-gvm/compare/v20.12.1...v21.1.0
2219

2320
## [20.12.1] - 2020-12-16
2421
### Added

gvm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44

5-
__version__ = "20.12.1.dev1"
5+
__version__ = "21.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "python-gvm"
7-
version = "20.12.1.dev1"
7+
version = "21.1.0"
88
description = "Library to communicate with remote servers over GMP or OSP"
99
license = "GPL-3.0-or-later"
1010
authors = ["Greenbone Networks GmbH <[email protected]>"]

0 commit comments

Comments
 (0)