From 5075471be4e0478cb63d016f242631593afefce5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jan 2025 13:41:06 +0000 Subject: [PATCH] =?UTF-8?q?[release]=20wazuh-dfn=200.15.0=20=E2=86=92=200.?= =?UTF-8?q?15.1?= 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 c61dc4e..e7281c3 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.15.0" +current_version = "0.15.1" 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 548744b..48b389d 100644 --- a/src/wazuh_dfn/__init__.py +++ b/src/wazuh_dfn/__init__.py @@ -11,6 +11,6 @@ from __future__ import annotations -__version__ = "0.15.0" +__version__ = "0.15.1" __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 ceb173b..2dafadb 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.15.0" +__version__ = "0.15.1" __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 4c96382..044d916 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.15.0" +__version__ = "0.15.1" __author__ = "Sebastian Wolf (https://github.com/ZIMK/wazuh-dfn)" __maintainer__ = "Sebastian Wolf" __all__ = ["SyslogHandler", "WindowsHandler"]