From bb1906ca46a06d5009aa69d9e90387235cfb5d68 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Thu, 26 Apr 2018 13:11:11 +0200 Subject: [PATCH] :package: v0.1.0 --- CHANGELOG.md | 8 ++++++++ ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 370a917d9..d28bd51ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Changed Fixed Removed +## [0.1.0] - 2018-04-26 + +Changed: + * ocrd_page API based on XSD + * rename/fix coordinate code + ## [0.0.7] - 2018-04-18 Changed @@ -41,6 +47,8 @@ Fixed Initial Release +[0.1.0]: ../../compare/v0.0.7...v0.1.0 +[0.0.7]: ../../compare/v0.0.6...v0.0.7 [0.0.6]: ../../compare/v0.0.5...v0.0.6 [0.0.5]: ../../compare/v0.0.4...v0.0.5 [0.0.4]: ../../compare/v0.0.2...v0.0.4 diff --git a/ocrd/constants.py b/ocrd/constants.py index 6eed0577a..b87adc000 100644 --- a/ocrd/constants.py +++ b/ocrd/constants.py @@ -1,7 +1,7 @@ import yaml from pkg_resources import resource_string -VERSION = '0.0.8-pre1' +VERSION = '0.1.0' TMP_PREFIX = 'pyocrd-' diff --git a/setup.py b/setup.py index 3f015d21a..8a33ab6dd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.0.7', + version='0.1.0', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',