From c07df6150977ed0161e87f9a5216310ebe42e366 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 16 Dec 2024 15:22:38 -0700 Subject: [PATCH] Updating CHANGES and VERSION. --- CHANGES | 8 ++++++++ VERSION | 2 +- zeekclient/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f46154b..3bb90d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +1.4 | 2024-12-12 19:40:54 -0800 + + * Fixup pre-commit (Michael Dopheide) + + * chore: linting/pre-commit (Michael Dopheide) + + * Supporting IPv6 addresses for the --controller option (Michael Dopheide) + 1.3.1-49 | 2024-12-12 16:41:07 -0800 * Revert modification of sys.path when importing zeekclient (Tim Wojtulewicz, Corelight) diff --git a/VERSION b/VERSION index d6aa341..c068b24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1-49 +1.4 diff --git a/zeekclient/__init__.py b/zeekclient/__init__.py index 5c50031..cbc293a 100644 --- a/zeekclient/__init__.py +++ b/zeekclient/__init__.py @@ -24,7 +24,7 @@ ) from .logs import LOG -__version__ = "1.3.1-49" +__version__ = "1.4" __all__ = [ "brokertypes", "cli",