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 Oct 14, 2019
1 parent 77a1419 commit 2e07619
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,4 +1,8 @@

2.0.7 | 2019-10-14 11:56:18 -0700

* Release 2.0.7.

2.0.6-3 | 2019-10-14 11:53:46 -0700

* GH-55: Add fallback option to getting user_vars. (Vlad Grigorescu)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.6-3
2.0.7
2 changes: 1 addition & 1 deletion doc/man/zkg.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "ZKG" "1" "Oct 14, 2019" "2.0.6-3" "Zeek Package Manager"
.TH "ZKG" "1" "Oct 14, 2019" "2.0.7" "Zeek Package Manager"
.SH NAME
zkg \- Zeek Package Manager
.
Expand Down
2 changes: 1 addition & 1 deletion zeekpkg/__init__.py
Expand Up @@ -9,7 +9,7 @@

import logging

__version__ = "2.0.6-3"
__version__ = "2.0.7"
__all__ = ['manager', 'package', 'source']

LOG = logging.getLogger(__name__)
Expand Down

0 comments on commit 2e07619

Please sign in to comment.