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 *