Skip to content

Commit b713030

Browse files
committed
📦 v2.50.0
1 parent cb66ab0 commit b713030

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [2.50.0] - 2023-04-24
9+
810
Added:
911

1012
* :fire: `ocrd_network`: Components related to OCR-D Web API, #974
@@ -1729,6 +1731,8 @@ Fixed
17291731
Initial Release
17301732

17311733
<!-- link-labels -->
1734+
[2.50.0]: ../../compare/v2.50.0..v2.49.0
1735+
[2.49.0]: ../../compare/v2.49.0..v2.48.1
17321736
[2.48.1]: ../../compare/v2.48.1..v2.48.0
17331737
[2.48.0]: ../../compare/v2.48.0..v2.47.4
17341738
[2.47.4]: ../../compare/v2.47.4..v2.47.3

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.49.0',
8+
version='2.50.0',
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)