diff --git a/docs/changelog.rst b/docs/changelog.rst index 43dd6dc..df67839 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,8 @@ Changelog ========= +1.4.2 - Fixed "ValueError: Unknown format code 'f' for object of type 'str'" + 1.4.1 - Small bugfixes and code refactoring 1.4.0 - Use Word template for report building diff --git a/setup.py b/setup.py index 6cffe57..bd52385 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='OpenVAS Reporting', description='A tool to convert OpenVAS XML into reports.', - version='1.4.1', + version='1.4.2', long_description=long_description, long_description_content_type='text/markdown', author='TheGroundZero (@DezeStijn)',