diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a02cb8702..eaf831f0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -1569,6 +1571,7 @@ Fixed Initial Release +[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 diff --git a/ocrd_utils/setup.py b/ocrd_utils/setup.py index 3de14eba0e..30d82285c4 100644 --- a/ocrd_utils/setup.py +++ b/ocrd_utils/setup.py @@ -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',