From 29b643d774a60eec8af36b34ee1fc31c1b44e290 Mon Sep 17 00:00:00 2001 From: Hayden Jackson Date: Sat, 6 May 2017 17:04:07 +1200 Subject: [PATCH] Bump to version 0.5.3. --- docs/source/changelog.rst | 10 ++++++++++ verto/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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'