Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Aug 26, 2023
1 parent 9aef3e2 commit 0a7e291
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1-53
1.2.3
2 changes: 1 addition & 1 deletion zeekscript/__init__.py
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down

0 comments on commit 0a7e291

Please sign in to comment.