Skip to content

Commit

Permalink
New bug fix release v0.5.3 (2021-11-11)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Nov 11, 2021
1 parent 29ad4be commit 2f5904d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -7,14 +7,21 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

v0.5.3 (unreleased)
v0.5.3 (2021-11-11)
===================

Bug fix release

Fixed
-----

Fix `#13 <https://github.com/laurent-laporte-pro/benker/issues/13>`_:
ooxml2formex4 conversion – Loss of image calls in table conversion.

* Modification of the OOXML parser to improve empty cells detection for Formex4 conversion (``<IE/>`` tags management).

* Modification of the Formex4 builder to better deal with empty cells (management of ``<IE/>`` tags).

* Change in the CALS parser: improved empty cells detection for Formex4 conversion (``<IE/>`` tag management).


Expand Down
2 changes: 1 addition & 1 deletion benker/__init__.py
Expand Up @@ -2,5 +2,5 @@

__version__ = "0.5.3"
__author__ = "Laurent LAPORTE <laurent.laporte.pro@gmail.com>"
__date__ = "unreleased"
__date__ = "2021-11-11"
__credit__ = "(c) 2018-2021 Laurent LAPORTE"

0 comments on commit 2f5904d

Please sign in to comment.