Skip to content

Commit e09576b

Browse files
committed
Fix version information in pyproject.toml
Our release tool pontos didn't support the `project.version` field and therefore updating the version during the release was broken. As a result 27.0.0 didn't get released to PyPI.
1 parent 6e6884f commit e09576b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-gvm"
7-
version = "26.11.2.dev1"
7+
version = "27.0.1.dev1"
88
description = "Library to communicate with remote servers over GMP or OSP"
99
authors = [{ name = "Greenbone AG", email = "info@greenbone.net" }]
1010
requires-python = ">=3.10,<4"
@@ -36,7 +36,7 @@ dev = [
3636
"sphinx>=5.3.0",
3737
"autohooks-plugin-ruff>=25.2.0",
3838
"autohooks-plugin-mypy>=22.7.0",
39-
"pontos>=22.7.2",
39+
"pontos>=26.4.0",
4040
"furo>=2022.6.21",
4141
"lxml-stubs>=0.5.1,<0.6",
4242
"types-paramiko>=3.4.0.20240205,<5.0.0.0",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)