Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiwek committed Aug 28, 2019
1 parent 30f0561 commit 685a625
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2.0.4 | 2019-08-28 15:50:13 -0700

* Release 2.0.4.

2.0.3-2 | 2019-08-28 15:49:54 -0700

* Bugfix: incorrect arguments to Manager.has_plugin() (Christian Kreibich, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3-2
2.0.4
2 changes: 1 addition & 1 deletion doc/man/zkg.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "ZKG" "1" "Aug 28, 2019" "2.0.3-2" "Zeek Package Manager"
.TH "ZKG" "1" "Aug 28, 2019" "2.0.4" "Zeek Package Manager"
.SH NAME
zkg \- Zeek Package Manager
.
Expand Down
2 changes: 1 addition & 1 deletion zeekpkg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import logging

__version__ = "2.0.3-2"
__version__ = "2.0.4"
__all__ = ['manager', 'package', 'source']

LOG = logging.getLogger(__name__)
Expand Down

0 comments on commit 685a625

Please sign in to comment.