From 51aebc019b5f3132aa6d63b5dc3c17b03a2f5c8c Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 1 Nov 2023 11:41:03 -0600 Subject: [PATCH] version: 0.6.5 --- README.rst | 4 ++-- idstools/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 565ca24..a99910e 100644 --- a/README.rst +++ b/README.rst @@ -131,8 +131,8 @@ Further documentation is located at http://idstools.readthedocs.org. Changelog --------- -unreleased -~~~~~~~~~~ +0.6.5 - 2023-11-02 +~~~~~~~~~~~~~~~~~~ - dumpdynamicrules: Python 3 fix, plus fix for handling directories: https://github.com/jasonish/py-idstools/pull/91 - rulecat: Fix placement of .md5 extension: diff --git a/idstools/__init__.py b/idstools/__init__.py index d2b78b6..d9ca90a 100644 --- a/idstools/__init__.py +++ b/idstools/__init__.py @@ -1 +1 @@ -version = "0.6.4" +version = "0.6.5"