From a97393d38f3a69fb34ca962918a33688f58c22f8 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Sun, 2 Aug 2020 23:09:36 -0600 Subject: [PATCH] 0.6.4 --- README.rst | 6 +++--- idstools/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 64c7b3a..62af0c2 100644 --- a/README.rst +++ b/README.rst @@ -126,13 +126,13 @@ Further documentation is located at http://idstools.readthedocs.org. Changelog --------- -unreleased -~~~~~~~~~~ +0.6.4 - 2020-08-02 +~~~~~~~~~~~~~~~~~~ - eve2pcap: fix displaying of errors from libpcap - eve2pcap: python3 fixes - eve2pcap: print number of packets converted on exit - rules: fix parsing of rules where the address or port list has a space -- `Commit log `_ +- `Commit log `_ 0.6.3 - 2017-11-20 ~~~~~~~~~~~~~~~~~~ diff --git a/idstools/__init__.py b/idstools/__init__.py index 87012d8..d2b78b6 100644 --- a/idstools/__init__.py +++ b/idstools/__init__.py @@ -1 +1 @@ -version = "0.6.3" +version = "0.6.4"