From 0a7e2912b8d16021b14c3601d8feaa238297d3c2 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Sat, 26 Aug 2023 17:37:50 +0200 Subject: [PATCH] Updating CHANGES and VERSION. --- CHANGES | 4 ++++ VERSION | 2 +- zeekscript/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d352c49..a6676fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.2.3 | 2023-06-21 10:35:46 +0200 + + * Release 1.2.3. + 1.2.1-53 | 2023-06-21 10:35:31 +0200 * Add required version to pyproject.toml (Benjamin Bannier, Corelight) diff --git a/VERSION b/VERSION index 48facaa..0495c4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1-53 +1.2.3 diff --git a/zeekscript/__init__.py b/zeekscript/__init__.py index 5984d70..c3dd0b6 100644 --- a/zeekscript/__init__.py +++ b/zeekscript/__init__.py @@ -1,5 +1,5 @@ """Wrapper around more low-level tests.""" -__version__ = "1.2.1-53" +__version__ = "1.2.3" __all__ = ["cli", "error", "formatter", "node", "output", "parser", "script"] from .cli import *