Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/pyproject_toml-ve…
Browse files Browse the repository at this point in the history
…rsion'
  • Loading branch information
bbannier committed Jun 21, 2023
2 parents 2cb453e + 2a3f04f commit 9aef3e2
Show file tree
Hide file tree
Showing 4 changed files with 7 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.1-53 | 2023-06-21 10:35:31 +0200

* Add required version to pyproject.toml (Benjamin Bannier, Corelight)

1.2.1-50 | 2023-05-26 14:04:17 +0200

* Drop unsupported macos-10.15 runner, add macos-12 (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-50
1.2.1-53
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[project]
name = "zeekscript"
dynamic = ["version"]

[build-system]
requires = [ "setuptools", "wheel" ]
Expand Down
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-50"
__version__ = "1.2.1-53"
__all__ = ["cli", "error", "formatter", "node", "output", "parser", "script"]

from .cli import *
Expand Down

0 comments on commit 9aef3e2

Please sign in to comment.