Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Sep 20, 2018
1 parent 6e40d54 commit b0af088
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.8.2] - 2018-09-04
## [0.8.3] - 2018-09-20

Changed:

* Make logging logic spec-compliant according to #173

Removed:

* `prefer_symlink` mechanism, #179

## [0.8.2] - 2018-09-04

Fixed:

* Handle missing parameters in ocrd-tool.json like empty array #160
* cli: `ocrd workspace validate` #175

Removed:

* `prefer_symlink` mechanism, #179

## [0.8.1] - 2018-08-31

Removed:
Expand Down Expand Up @@ -285,6 +287,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.8.3]: ../../compare/v0.8.3...v0.8.2
[0.8.2]: ../../compare/v0.8.2...v0.8.1
[0.8.1]: ../../compare/v0.8.1...v0.8.0
[0.8.0]: ../../compare/v0.8.0...v0.7.5
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, resource_filename

VERSION = '0.8.2'
VERSION = '0.8.3'

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

0 comments on commit b0af088

Please sign in to comment.