diff --git a/CHANGELOG.md b/CHANGELOG.md index 782032bfe4..0f6f6f92fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,18 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.10.0] - 2018-11-15 + Added: - * OCRD-ZIP implementation based on OCR-D/spec#70 + * OCRD-ZIP implementation based on OCR-D/spec#70, #207 * CLI: `ocrd zip` to bag, spill and validate OCRD-ZIP +Fixed: + + * Adapted tests to work with bagit-based structure, OCR-D/assets#18 + * Read `VERSION` constant from setup.py, #209 + ## [0.9.0] - 2018-10-30 Fixed: @@ -344,6 +351,7 @@ Fixed Initial Release +[0.10.0]: ../../compare/v0.10.0...v0.9.0 [0.9.0]: ../../compare/v0.9.0...v0.8.8 [0.8.8]: ../../compare/v0.8.8...v0.8.7 [0.8.7]: ../../compare/v0.8.7...v0.8.6 diff --git a/setup.py b/setup.py index b658bf92f4..02cd02c319 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.9.0', + version='0.10.0', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',