Skip to content

Commit

Permalink
📦 v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 5, 2019
1 parent 0f9c20d commit 056189a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion 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

## [0.6.0] - 2019-11-05

Changed:

* Depend on OCR-D/core v2.0.0

## [0.5.1] - 2019-10-31

Fixed:
Expand Down Expand Up @@ -111,7 +117,9 @@ Changed:
* Recognition with proper support for textequiv_level, drop `page` level

<!-- link-labels -->
[0.4.1]: v0.5.0...v0.4.1
[0.6.0]: v0.6.0...v0.5.1
[0.5.1]: v0.5.1...v0.5.0
[0.5.0]: v0.5.0...v0.4.1
[0.4.1]: v0.4.1...v0.4.0
[0.4.0]: v0.4.0...v0.3.0
[0.3.0]: v0.3.0...v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ocrd >= 2.0.0a1
ocrd >= 2.0.0
click
tesserocr>=2.4.1
tesserocr >= 2.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='ocrd_tesserocr',
version='0.5.1',
version='0.6.0',
description='Tesserocr bindings',
long_description=codecs.open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 056189a

Please sign in to comment.