Skip to content

Commit

Permalink
Bump to version 0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenjackson01 committed May 6, 2017
1 parent e847366 commit 29b643d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
=======================================

Expand Down
2 changes: 1 addition & 1 deletion verto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
from .Verto import Verto

__version__ = '0.5.2'
__version__ = '0.5.3'

0 comments on commit 29b643d

Please sign in to comment.