From 94d9b334820400a422972d4f2c4bc2c5da121f62 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Tue, 3 Jul 2018 18:27:03 +0200 Subject: [PATCH] v0.4.4 --- 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 692debf665..1bf6ef1abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.4.4] - 2018-07-03 + Fixes: * CLI: `-k` on `workspace find` for non-existant fields, #133 @@ -187,6 +189,7 @@ Fixed Initial Release +[0.4.4]: ../../compare/v0.4.4...v0.4.3 [0.4.3]: ../../compare/v0.4.3...v0.4.2 [0.4.2]: ../../compare/v0.4.2...v0.4.1 [0.4.2]: ../../compare/v0.4.2...v0.4.1 diff --git a/ocrd/constants.py b/ocrd/constants.py index 33e3b1f68a..46e65e446f 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.4.3' +VERSION = '0.4.4' TMP_PREFIX = 'pyocrd-' diff --git a/setup.py b/setup.py index 7943c4f122..c2078c1ea1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.4.3', + version='0.4.4', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',