Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 16, 2024
1 parent c07df61 commit 4440c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4 | 2024-12-12 19:40:54 -0800
1.4.0 | 2024-12-16 15:22:38 -0700

* Fixup pre-commit (Michael Dopheide)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4
1.4.0
2 changes: 1 addition & 1 deletion zeekclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
from .logs import LOG

__version__ = "1.4"
__version__ = "1.4.0"
__all__ = [
"brokertypes",
"cli",
Expand Down

0 comments on commit 4440c7a

Please sign in to comment.