diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f29e4ec26..e7859e572f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [2.52.0] - 2023-06-26 + Added: * `make deps-cuda`: Makefile target to set up a working CUDA installation, both for native and Dockerfile.cuda, #1055 @@ -1772,6 +1774,7 @@ Fixed Initial Release +[2.52.0]: ../../compare/v2.52.0..v2.51.0 [2.51.0]: ../../compare/v2.51.0..v2.50.0 [2.50.0]: ../../compare/v2.50.0..v2.49.0 [2.49.0]: ../../compare/v2.49.0..v2.48.1 diff --git a/ocrd_utils/setup.py b/ocrd_utils/setup.py index 1ab0b56d17..30b3d0bfb0 100644 --- a/ocrd_utils/setup.py +++ b/ocrd_utils/setup.py @@ -5,7 +5,7 @@ setup( name='ocrd_utils', - version='2.51.0', + version='2.52.0', description='OCR-D framework - shared code, helpers, constants', long_description=open('README.md').read(), long_description_content_type='text/markdown',