Skip to content

Commit

Permalink
Change version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Feb 22, 2022
1 parent dc9602c commit ac463b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ospd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

""" OSPd core module. """

from .__version__ import __version__
from ospd_openvas.__version__ import __version__
5 changes: 0 additions & 5 deletions ospd/__version__.py

This file was deleted.

2 changes: 1 addition & 1 deletion ospd_openvas/__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.10.0.dev1"
__version__ = "22.4.0.dev1"
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ospd-openvas"
version = "21.10.0.dev1"
version = "22.4.0.dev1"
description = "ospd based scanner for openvas"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand All @@ -19,6 +19,7 @@ classifiers=[
"Intended Audience :: System Administrators",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
keywords = [
"openvas",
Expand Down Expand Up @@ -57,9 +58,9 @@ python-gnupg = "^0.4.8"
pylint = "^2.12.2"
rope = "^0.22.0"
autohooks-plugin-pylint = "^21.6.0"
autohooks-plugin-black = {version = "^21.12.0", python = "^3.7"}
autohooks-plugin-black = "^21.12.0"
pontos = "^22.2.2"
black = {version = "22.1.0", python = "^3.7"}
black = "22.1.0"

[tool.poetry.extras]
tracking = ["sentry-sdk"]
Expand Down

0 comments on commit ac463b8

Please sign in to comment.