Skip to content

Commit

Permalink
Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hnesk committed Feb 20, 2023
1 parent 61551fe commit 14cee74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log

<!--
## [Unreleased](../../compare/v0.5.3...master)
## [Unreleased](../../compare/v0.5.4...master)
-->

## [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:
Expand Down
2 changes: 1 addition & 1 deletion ocrd_browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.3'
__version__ = '0.5.4'

0 comments on commit 14cee74

Please sign in to comment.