From 87fc707821869932c4cd70028162b3d66c3dc18a Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Wed, 24 Oct 2018 19:37:25 +0200 Subject: [PATCH] :package: v0.8.8 --- CHANGELOG.md | 3 +++ ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d432bcb30..22b58f173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -327,6 +329,7 @@ Fixed Initial Release +[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 diff --git a/ocrd/constants.py b/ocrd/constants.py index 732cad61c..3dbaaf2d6 100644 --- a/ocrd/constants.py +++ b/ocrd/constants.py @@ -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-' diff --git a/setup.py b/setup.py index 5d665875e..69dadedb0 100644 --- a/setup.py +++ b/setup.py @@ -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',