From e4b07e1ed315d196a4d24e45ee769d05cfa3e308 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 18 Jun 2018 19:05:32 +0200 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 3 ++- ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf58b1675..5f4280385c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## TODO -## [unreleased] +## [0.3.1] - 2018-06-18 Added @@ -130,6 +130,7 @@ Fixed Initial Release +[0.3.1]: ../../compare/v0.3.1...v0.3.0 [0.3.0]: ../../compare/v0.3.0...v0.2.5 [0.2.5]: ../../compare/v0.2.5...v0.2.4 [0.2.4]: ../../compare/v0.2.3...v0.2.4 diff --git a/ocrd/constants.py b/ocrd/constants.py index ce276c38ee..b17cd9639b 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.3.0' +VERSION = '0.3.1' TMP_PREFIX = 'pyocrd-' diff --git a/setup.py b/setup.py index 473a8c01ac..ddf0966ca2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.3.0', + version='0.3.1', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',