From f0f98738fc01c5d08990af5d8db0bdbd98c41e27 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 29 Dec 2016 10:32:36 -0600 Subject: [PATCH] 0.5.5 --- README.rst | 4 ++-- idstools/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 435c39b..04fd089 100644 --- a/README.rst +++ b/README.rst @@ -79,8 +79,8 @@ Further documentation is located at http://idstools.readthedocs.org. Changelog --------- -Unreleased -~~~~~~~~~~ +0.5.5 +~~~~~ - unified2: fix reading of ipv6 events - idstools-u2json: option to sort the keys diff --git a/idstools/__init__.py b/idstools/__init__.py index 35e8560..d76c3bc 100644 --- a/idstools/__init__.py +++ b/idstools/__init__.py @@ -1 +1 @@ -version = "0.5.4" +version = "0.5.5"