Skip to content

Commit

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

## Unreleased

## [2.23.1] - 2021-03-07

Added:

* `configs` resource for `ocrd-tesserocr-recognize`, #680

Changed:

* Stop testing python 3.5, start testing python 3.9
* `ocrd resmgr`: skip redundant `content-length` request if `size` is known

## [2.23.0] - 2021-02-26

Expand Down Expand Up @@ -1301,6 +1308,7 @@ Fixed
Initial Release

<!-- link-labels -->
[2.23.1]: ../../compare/v2.23.1..v2.23.0
[2.23.0]: ../../compare/v2.23.0..v2.22.4
[2.22.4]: ../../compare/v2.22.4..v2.22.3
[2.22.3]: ../../compare/v2.22.3..v2.22.2
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.23.0',
version='2.23.1',
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 1df3f45

Please sign in to comment.