From aa2275f93bfabc5991b3f7f6fbd2fd405c0134c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jan 2025 07:11:31 +0000 Subject: [PATCH] =?UTF-8?q?[release]=20wazuh-dfn=200.11.1=20=E2=86=92=200.?= =?UTF-8?q?12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- src/wazuh_dfn/__init__.py | 2 +- src/wazuh_dfn/services/__init__.py | 2 +- src/wazuh_dfn/services/handlers/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 92a287d..3273d9b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.11.1" +current_version = "0.12.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/src/wazuh_dfn/__init__.py b/src/wazuh_dfn/__init__.py index fb6abb7..bf7219b 100644 --- a/src/wazuh_dfn/__init__.py +++ b/src/wazuh_dfn/__init__.py @@ -11,6 +11,6 @@ from __future__ import annotations -__version__ = "0.11.1" +__version__ = "0.12.0" __author__ = "Sebastian Wolf (https://github.com/ZIMK/wazuh-dfn)" __maintainer__ = "Sebastian Wolf" diff --git a/src/wazuh_dfn/services/__init__.py b/src/wazuh_dfn/services/__init__.py index 8223575..283c49b 100644 --- a/src/wazuh_dfn/services/__init__.py +++ b/src/wazuh_dfn/services/__init__.py @@ -9,7 +9,7 @@ from .logging_service import LoggingService from .wazuh_service import WazuhService -__version__ = "0.11.1" +__version__ = "0.12.0" __author__ = "Sebastian Wolf (https://github.com/ZIMK/wazuh-dfn)" __maintainer__ = "Sebastian Wolf" diff --git a/src/wazuh_dfn/services/handlers/__init__.py b/src/wazuh_dfn/services/handlers/__init__.py index 3a48483..f458b5d 100644 --- a/src/wazuh_dfn/services/handlers/__init__.py +++ b/src/wazuh_dfn/services/handlers/__init__.py @@ -5,7 +5,7 @@ from .syslog_handler import SyslogHandler from .windows_handler import WindowsHandler -__version__ = "0.11.1" +__version__ = "0.12.0" __author__ = "Sebastian Wolf (https://github.com/ZIMK/wazuh-dfn)" __maintainer__ = "Sebastian Wolf" __all__ = ["SyslogHandler", "WindowsHandler"]