Skip to content

Commit

Permalink
📦 v2.47.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Mar 15, 2023
1 parent 5829e9c commit cff8dda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.47.3] - 2023-03-15

Fixed:

* Docker: reintroduce `python3-pip` because why not, #1004
Expand Down Expand Up @@ -1684,6 +1686,7 @@ Fixed
Initial Release

<!-- link-labels -->
[2.47.3]: ../../compare/v2.47.3..v2.47.2
[2.47.2]: ../../compare/v2.47.2..v2.47.1
[2.47.1]: ../../compare/v2.47.1..v2.47.0
[2.47.0]: ../../compare/v2.47.0..v2.46.0
Expand Down
2 changes: 1 addition & 1 deletion ocrd_utils/setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='ocrd_utils',
version='2.47.2',
version='2.47.3',
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 cff8dda

Please sign in to comment.