From 4664f69861e17c9253daa01883ee8c06d4c1f605 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Wed, 27 Jun 2018 10:30:24 +0200 Subject: [PATCH] v0.4.3 --- CHANGELOG.md | 4 ++++ ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ef9fd1a1..731c436b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.4.3] - 2018-06-27 + Fixed: * bash 4.3 compat fixes, #131 @@ -176,6 +178,8 @@ Fixed Initial Release +[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 [0.4.1]: ../../compare/v0.4.1...v0.4.0 [0.4.0]: ../../compare/v0.4.0...v0.3.2 diff --git a/ocrd/constants.py b/ocrd/constants.py index c268ceae2c..33e3b1f68a 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.2' +VERSION = '0.4.3' TMP_PREFIX = 'pyocrd-' diff --git a/setup.py b/setup.py index 1235b16010..7943c4f122 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.4.2', + version='0.4.3', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',