Skip to content

Commit

Permalink
[release] wazuh-dfn 0.11.1 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 13eb2be commit aa2275f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.11.1"
current_version = "0.12.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/wazuh_dfn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/wazuh_dfn/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/wazuh_dfn/services/handlers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit aa2275f

Please sign in to comment.