Skip to content

Commit 3de2900

Browse files
authored
Merge pull request #374 from greenbone/revert_release
Revert "automatic release to 21.01.0"
2 parents 36f6e1a + a19b8e8 commit 3de2900

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Deprecated
1212
### Removed
1313
### Fixed
14-
15-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.01.0...HEAD
16-
17-
18-
## [21.01.0] - 2021-01-04
19-
### Fixed
2014
* Add missing types and functions to "latest" GMP [#369](https://github.com/greenbone/python-gvm/pull/369)
2115

22-
[21.01.0]: https://github.com/greenbone/python-gvm/compare/v20.12.1...HEAD
16+
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.12.1...HEAD
17+
2318

2419
## [20.12.1] - 2020-12-16
2520
### 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__ = "21.1.1.dev1"
5+
__version__ = "20.12.1.dev1"

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 = "21.1.1.dev1"
7+
version = "20.12.1.dev1"
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)