Skip to content

Commit

Permalink
📦 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 26, 2018
1 parent 9b914f6 commit bb1906c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -41,6 +47,8 @@ Fixed
Initial Release

<!-- link-labels -->
[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
Expand Down
2 changes: 1 addition & 1 deletion ocrd/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yaml
from pkg_resources import resource_string

VERSION = '0.0.8-pre1'
VERSION = '0.1.0'

TMP_PREFIX = 'pyocrd-'

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.0.7',
version='0.1.0',
description='OCR-D framework',
long_description=README,
author='Kay-Michael Würzner, Konstantin Baierer',
Expand Down

0 comments on commit bb1906c

Please sign in to comment.