Skip to content

Commit

Permalink
📦 v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 24, 2018
1 parent 24507bf commit 87fc707
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.8.8] - 2018-10-24

Fixed:

* `KeyError` because ocrd_tool not saved on processor instance, #192
Expand Down Expand Up @@ -327,6 +329,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.8.8]: ../../compare/v0.8.8...v0.8.7
[0.8.7]: ../../compare/v0.8.7...v0.8.6
[0.8.6]: ../../compare/v0.8.6...v0.8.5
[0.8.5]: ../../compare/v0.8.5...v0.8.4
Expand Down
2 changes: 1 addition & 1 deletion ocrd/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yaml
from pkg_resources import resource_string, resource_filename

VERSION = '0.8.7'
VERSION = '0.8.8'

TMP_PREFIX = 'pyocrd-'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='ocrd',
version='0.8.7',
version='0.8.8',
description='OCR-D framework',
long_description=README,
author='Kay-Michael Würzner, Konstantin Baierer',
Expand Down

0 comments on commit 87fc707

Please sign in to comment.