From b1f4417750febf3f9b7eaeb624e97c125d02d398 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 21 Sep 2016 15:17:49 -0600 Subject: [PATCH] 0.5.4 --- README.rst | 4 ++-- idstools/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f561932..a4421b3 100644 --- a/README.rst +++ b/README.rst @@ -79,8 +79,8 @@ Further documentation is located at http://idstools.readthedocs.org. Changelog --------- -Unreleased -~~~~~~~~~~ +0.5.4 +~~~~~ - idstools: handle rules with no msg in rule parser - idstools-rulecat: support a drop.conf for setting rules to drop diff --git a/idstools/__init__.py b/idstools/__init__.py index f4c4f3f..35e8560 100644 --- a/idstools/__init__.py +++ b/idstools/__init__.py @@ -1 +1 @@ -version = "0.5.3" +version = "0.5.4"