Skip to content

Commit

Permalink
📦 v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 15, 2018
1 parent 9f3c4a1 commit a38d32e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -344,6 +351,7 @@ Fixed
Initial Release

<!-- link-labels -->
[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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a38d32e

Please sign in to comment.