Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Sep 3, 2018
1 parent 834386f commit 5cb0d7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.1.2] - 2018-09-03

Fixed:

* arithmetic average (not product) for line conf, #22

## [0.1.1] - 2018-08-31

Fixed:
Expand All @@ -21,5 +27,6 @@ Changed:
* Recognition with proper support for textequiv_level, drop `page` level

<!-- link-labels -->
[0.1.2]: v0.1.2...v0.1.1
[0.1.1]: v0.1.1...v0.1.0
[0.1.0]: ../../compare/HEAD...v0.1.0
2 changes: 1 addition & 1 deletion ocrd_tesserocr/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"git_url": "https://github.com/OCR-D/ocrd_tesserocr",
"dockerhub": "ocrd/tesserocr",
"tools": {
Expand Down
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.1.1',
version='0.1.2',
description='Tesserocr bindings',
long_description=README,
author='Konstantin Baierer',
Expand Down

0 comments on commit 5cb0d7c

Please sign in to comment.