diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc0a7a..3333187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [1.2.2] - 2020-09-30 + +Fixed: + + - typo in 1.2.1 error + ## [1.2.1] - 2020-08-21 Fixed: diff --git a/ocrd-olena-binarize b/ocrd-olena-binarize index b2a1cd3..4dbb468 100755 --- a/ocrd-olena-binarize +++ b/ocrd-olena-binarize @@ -432,7 +432,7 @@ function main { if ((${is_page[$in_pageId]:-0})); then test x$in_mimetype != x$MIMETYPE_PAGE && continue elif ((${is_multi[$in_pageId]:-0})); then - ocrd_raise "No PAGE-XML for page $in_pageId in fileGrp '$in_file_grp' but multiple images." + ocrd__raise "No PAGE-XML for page '$in_pageId' in fileGrp '$in_file_grp' but multiple images." fi local out_id="${in_id//$in_file_grp/$out_file_grp}" if [ "x$out_id" = "x$in_id" ]; then diff --git a/ocrd-tool.json b/ocrd-tool.json index 49ece16..52181ac 100644 --- a/ocrd-tool.json +++ b/ocrd-tool.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.2.2", "git_url": "https://github.com/OCR-D/ocrd_olena", "tools": { "ocrd-olena-binarize": {