From fc515c75a8772fa46a08051c2e37f954ba2bc0eb Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 4 Jun 2018 14:15:30 +0200 Subject: [PATCH] v0.2.4 --- CHANGELOG.md | 11 ++++++++++- ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45181e614..df056a944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,17 @@ Versioned according to [Semantic Versioning](http://semver.org/). Added Changed Fixed - * `GT` is a valid category for mets `fileGrp@USE` Removed +## [0.2.4] - 2018-06-04 + +Fixed + * `GT` is a valid category for mets `fileGrp@USE` + +Changed: + * Adapted to spec v1.2.0 + + ## [0.2.3] - 2018-05-17 #79 @@ -79,6 +87,7 @@ Fixed Initial Release +[0.2.4]: ../../compare/v0.2.3...v0.2.4 [0.2.3]: ../../compare/v0.2.2...v0.2.3 [0.2.2]: ../../compare/v0.2.1...v0.2.2 [0.2.1]: ../../compare/v0.2.0...v0.2.1 diff --git a/ocrd/constants.py b/ocrd/constants.py index 0ec130338..78099eb1b 100644 --- a/ocrd/constants.py +++ b/ocrd/constants.py @@ -1,7 +1,7 @@ import yaml from pkg_resources import resource_string -VERSION = '0.2.3' +VERSION = '0.2.4' TMP_PREFIX = 'pyocrd-' diff --git a/setup.py b/setup.py index 5cf9c2cbd..cad01fbb9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.2.3', + version='0.2.4', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',