Skip to content

Commit

Permalink
📦 v2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Dec 2, 2021
1 parent 5e5a1d8 commit d135c2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Added:

* `ocrd ocrd-tool`: wrap `list-resources` and `show-resource` from `Processor`
* bashlib `ocrd__parse_argv`: add `--list-resources` and `--show-resource`, #751
* `ocrd bashlib`: wrap `input-files` from `Processor` and `make_file_id`
* bashlib `ocrd__wrap`: offer `ocrd__files` and `ocrd__input_file`, #571

## [2.28.0] - 2021-11-30

Added:
Expand Down
2 changes: 1 addition & 1 deletion ocrd_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='ocrd_utils',
version='2.28.0',
version='2.29.0',
description='OCR-D framework - shared code, helpers, constants',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit d135c2f

Please sign in to comment.