Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed May 16, 2018
1 parent 2a00b12 commit 1c865d3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ Changed
Fixed
Removed

## [0.2.0] - 2018-05-08
## [0.2.2] - 2018-05-15

Added:
* points_from_x0y0x1y1 util

Fixed:
* EXIF tags for PNG


## [0.2.1] - 2018-05-08

Added
* CLI: `ocrd workspace {add,clone,pack,unpack,validate}`, #75
Expand Down Expand Up @@ -58,6 +67,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.2.2]: ../../compare/v0.2.1...v0.2.2
[0.2.1]: ../../compare/v0.2.0...v0.2.1
[0.2.0]: ../../compare/v0.1.0...v0.2.0
[0.1.0]: ../../compare/v0.0.7...v0.1.0
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.2.1'
VERSION = '0.2.2'

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

0 comments on commit 1c865d3

Please sign in to comment.