diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bb61a..f346e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log +## [0.5.4](../../compare/v0.5.3...0.5.4) + +Changed: + * build via python -m build and setup.cfg + +Fixed: + * False warning about number of images per grp/page [#51](../../issues/51) + * adapt to new import.metadata.entry_points API [#53](../../pull/53), thanks @bertsky + * Dockerfile: use local pkg, not PyPI [#56](../../pull/56), thanks @bertsky + * AttributeError: 'EntryPoints' object has no attribute 'get' [#57](../../issues/57) + * Document.reorder: invalidate OcrdMets cache before save [#58](../../pull/58), thanks @kba + ## [0.5.3](../../compare/v0.5.2...v0.5.3) - 2022-07-19 Breaking: diff --git a/ocrd_browser/__init__.py b/ocrd_browser/__init__.py index ed7d50e..19283fe 100644 --- a/ocrd_browser/__init__.py +++ b/ocrd_browser/__init__.py @@ -1 +1 @@ -__version__ = '0.5.3' +__version__ = '0.5.4'