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"