Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Dec 13, 2018
1 parent 16ac8ee commit f122d10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.14.0] - 2018-12-13

Changed:

* :fire: Use mets:structMap[@TYPE="PHYSICAL"] instead of GROUPID to group by page, #221, OCR-D/spec#81
* :fire: Use mets:structMap[@TYPE="PHYSICAL"] instead of GROUPID to group by page, #221, #222, OCR-D/spec#81
* :fire: Rename group_id -> page_id, throughout, OCR-D/spec#101
* :fire: CLI: Rename --group-id -> --page-id (`-g`)

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ help:
@echo " docs-clean Clean docs"
@echo " docker Build docker image"
@echo " bashlib Build bash library"
@echo " pypi Build wheels in py2 and py3 venv and twine upload them"
@echo ""
@echo " Variables"
@echo ""
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.13.3',
version='0.14.0',
description='OCR-D framework',
long_description=README,
author='Kay-Michael Würzner, Konstantin Baierer',
Expand Down

0 comments on commit f122d10

Please sign in to comment.