Skip to content

Commit

Permalink
📦 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Feb 17, 2020
1 parent a2ec408 commit d7f715f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.4.0] - 2020-02-17

Fixed:

* concatenation of PAGE elements was based on `@index` starting with `1`, #430
* CLI: `--help` should work for processors w/o `input_file_grp`, #440
* CLI: `--version` more robust, #433


Changed:

* processor `--help` lists parameter enum values if available, #427
Expand Down Expand Up @@ -750,6 +751,7 @@ Fixed
Initial Release

<!-- link-labels -->
[2.4.0]: ../../compare/v2.4.0...v2.3.1
[2.3.1]: ../../compare/v2.3.1...v2.3.0
[2.3.0]: ../../compare/v2.3.0...v2.2.2
[2.2.2]: ../../compare/v2.2.2...v2.2.1
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.3.1',
version='2.4.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 d7f715f

Please sign in to comment.