diff --git a/CHANGELOG.md b/CHANGELOG.md index 370a917d9d..d28bd51ea4 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 6eed0577a2..b87adc0008 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 3f015d21a1..8a33ab6dd1 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',