diff --git a/README.rst b/README.rst index 12cd981..068977c 100644 --- a/README.rst +++ b/README.rst @@ -121,18 +121,18 @@ Further documentation is located at http://idstools.readthedocs.org. Changelog --------- -unreleased -~~~~~~~~~~ +0.6.1 - 2017-05-25 +~~~~~~~~~~~~~~~~~~ - idstools-rulecat: handle zip archive files - rules: handle msg with escaped semicolons - rulecat: don't generate report summary if its not going to be logged anyways (https://github.com/jasonish/py-idstools/issues/49) - rulecat: Python 3 fixes - rules: speed up parsing -- `Commit log `_ +- `Commit log `_ -0.6.0 -~~~~~ +0.6.0 - 2017-03-29 +~~~~~~~~~~~~~~~~~~ - idstools-u2eve - output packet records - idstools-rulecat: allow --local to be specified multiple times - idstools-rulecat: --ignore option to ignore filenames diff --git a/idstools/__init__.py b/idstools/__init__.py index aaf05b3..974881c 100644 --- a/idstools/__init__.py +++ b/idstools/__init__.py @@ -1 +1 @@ -version = "0.6.0" +version = "0.6.1"