Skip to content

Commit

Permalink
Merge pull request #374 from greenbone/revert_release
Browse files Browse the repository at this point in the history
Revert "automatic release to 21.01.0"
  • Loading branch information
y0urself authored Jan 5, 2021
2 parents 36f6e1a + a19b8e8 commit 3de2900
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 @@ -11,15 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed

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


## [21.01.0] - 2021-01-04
### Fixed
* Add missing types and functions to "latest" GMP [#369](https://github.com/greenbone/python-gvm/pull/369)

[21.01.0]: https://github.com/greenbone/python-gvm/compare/v20.12.1...HEAD
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v20.12.1...HEAD


## [20.12.1] - 2020-12-16
### 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.1.dev1"
__version__ = "20.12.1.dev1"
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.1.dev1"
version = "20.12.1.dev1"
description = "Library to communicate with remote servers over GMP or OSP"
license = "GPL-3.0-or-later"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
Expand Down

0 comments on commit 3de2900

Please sign in to comment.