We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e757f63 commit 89cc9a4Copy full SHA for 89cc9a4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "troubadix"
3
-version = "25.12.2.dev1"
+version = "25.12.2"
4
description = "A linting and QA check tool for NASL files"
5
authors = ["Greenbone <info@greenbone.net>"]
6
license = "GPL-3.0-or-later"
troubadix/__version__.py
@@ -2,4 +2,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
-__version__ = "25.12.2.dev1"
+__version__ = "25.12.2"
0 commit comments