diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 69a7ffa4..00384398 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,16 @@ Changelog ####################################### +0.5.3 +======================================= + +In this hotfix Verto result data for unique identifiers and required files is now only cleared when explicitly told. Result data that is per document such as title and heading tree are cleared per conversion. + +Fixes: + + - Remove implicit Beautify processor, fixing white-spacing issues. + - All terms are added to glossary correctly now. + 0.5.2 ======================================= diff --git a/verto/__init__.py b/verto/__init__.py index 3ecbe1a2..741c4762 100644 --- a/verto/__init__.py +++ b/verto/__init__.py @@ -1,4 +1,4 @@ # flake8: noqa from .Verto import Verto -__version__ = '0.5.2' +__version__ = '0.5.3'