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"