Skip to content

Commit

Permalink
📦 v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 9, 2022
1 parent 06b628e commit ad556a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.41.0] - 2022-11-09

Fixed:

* `ocrd workspace list-installed` should not create spurious entries for `moduledir` files, #940
* `OcrdResourceManager.download` does not need to query `size` via HTTP `Content-Length` in most cases, #924, #939
* `make install`: Reinstall shapely to work around shapely/shapely#1598
* `make install`: Reinstall shapely to work around shapely/shapely#1598, #947

Changed:

Expand Down Expand Up @@ -1569,6 +1571,7 @@ Fixed
Initial Release

<!-- link-labels -->
[2.41.0]: ../../compare/v2.41.0..v2.40.0
[2.40.0]: ../../compare/v2.40.0..v2.39.0
[2.39.0]: ../../compare/v2.39.0..v2.38.0
[2.38.0]: ../../compare/v2.38.0..v2.37.0
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.40.0',
version='2.41.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 ad556a8

Please sign in to comment.