Skip to content

Commit

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

## Unreleased

## [2.25.0] - 2021-06-30

Added:

* `ocrd_page`: Universal attribute `id` to get either `id`, `imageFilename` or `pcGtsId`, #683, #682
Expand Down Expand Up @@ -1337,6 +1339,7 @@ Fixed
Initial Release

<!-- link-labels -->
[2.25.0]: ../../compare/v2.25.0..v2.24.0
[2.24.0]: ../../compare/v2.24.0..v2.23.2
[2.23.2]: ../../compare/v2.23.2..v2.23.1
[2.23.1]: ../../compare/v2.23.1..v2.23.0
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.24.0',
version='2.25.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 61b04dd

Please sign in to comment.