Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jun 4, 2018
1 parent 60cbb4a commit fc515c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ Versioned according to [Semantic Versioning](http://semver.org/).
Added
Changed
Fixed
* `GT` is a valid category for mets `fileGrp@USE`
Removed

## [0.2.4] - 2018-06-04

Fixed
* `GT` is a valid category for mets `fileGrp@USE`

Changed:
* Adapted to spec v1.2.0


## [0.2.3] - 2018-05-17

#79
Expand Down Expand Up @@ -79,6 +87,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.2.4]: ../../compare/v0.2.3...v0.2.4
[0.2.3]: ../../compare/v0.2.2...v0.2.3
[0.2.2]: ../../compare/v0.2.1...v0.2.2
[0.2.1]: ../../compare/v0.2.0...v0.2.1
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.3'
VERSION = '0.2.4'

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

0 comments on commit fc515c7

Please sign in to comment.