Skip to content

Commit

Permalink
Merge pull request greenbone#612 from greenbone/y0urself/workflows-main
Browse files Browse the repository at this point in the history
[CI] Use patch instead of calendar, change version to 22.04
  • Loading branch information
y0urself authored Feb 22, 2022
2 parents 80745a6 + ac463b8 commit 75f4756
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
gpg-key: ${{ secrets.GPG_KEY }}
gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
strategy: calendar
strategy: patch
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
gpg-key: ${{ secrets.GPG_KEY }}
gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
strategy: calendar
strategy: patch
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 75f4756

Please sign in to comment.