Skip to content

Commit

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

## Unreleased

## [0.8.4] - 2018-09-21

Removed:

Expand All @@ -18,7 +19,6 @@ Fixed:

* Schema regression in 0.8.3 (description)


## [0.8.3] - 2018-09-20

Changed:
Expand Down Expand Up @@ -301,6 +301,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.8.4]: ../../compare/v0.8.4...v0.8.3
[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
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.3'
VERSION = '0.8.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.8.3',
version='0.8.4',
description='OCR-D framework',
long_description=README,
author='Kay-Michael Würzner, Konstantin Baierer',
Expand Down

0 comments on commit c0cbfb6

Please sign in to comment.