Skip to content

Commit

Permalink
📦 v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 22, 2020
1 parent 95c1145 commit 664df4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.5.0] - 2020-04-20

Changed:

* Logging configuration via configuration file, not script, #460 (HT @M3ssman @bertsky)

Added:

* Execution of processors is tracked with logger 'orcd.process.profile', #461
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.4.4',
version='2.5.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 664df4b

Please sign in to comment.