Skip to content

Commit

Permalink
📦 v2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 24, 2023
1 parent cb66ab0 commit b713030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 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.50.0] - 2023-04-24

Added:

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

<!-- link-labels -->
[2.50.0]: ../../compare/v2.50.0..v2.49.0
[2.49.0]: ../../compare/v2.49.0..v2.48.1
[2.48.1]: ../../compare/v2.48.1..v2.48.0
[2.48.0]: ../../compare/v2.48.0..v2.47.4
[2.47.4]: ../../compare/v2.47.4..v2.47.3
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.49.0',
version='2.50.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 b713030

Please sign in to comment.