Skip to content

Commit 881020d

Browse files
committed
📦 v2.25.1
1 parent 0d7699b commit 881020d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## [2.25.1] - 2021-06-30
9+
10+
Fixed:
11+
12+
* `ocrd_page`: fallback for `id` if none of the attributes are set, #683
13+
814
## [2.25.0] - 2021-06-30
915

1016
Added:
@@ -1339,6 +1345,7 @@ Fixed
13391345
Initial Release
13401346

13411347
<!-- link-labels -->
1348+
[2.25.1]: ../../compare/v2.25.1..v2.25.0
13421349
[2.25.0]: ../../compare/v2.25.0..v2.24.0
13431350
[2.24.0]: ../../compare/v2.24.0..v2.23.2
13441351
[2.23.2]: ../../compare/v2.23.2..v2.23.1

ocrd_utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='ocrd_utils',
8-
version='2.25.0',
8+
version='2.25.1',
99
description='OCR-D framework - shared code, helpers, constants',
1010
long_description=open('README.md').read(),
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)