Skip to content

Commit

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

## Unreleased

## [0.8.7] - 2018-10-23

Changed:

* Calling `workspace.save_mets()` will now save processor information in the header, #147, #191

## [0.8.6] - 2018-10-19

Changed:
Expand Down Expand Up @@ -252,8 +258,6 @@ Changed:

## [0.2.3] - 2018-05-17

#79

Fixed:
* Adapted to spec v1.1.5
* Ensure python 2.7 backwards compatibility
Expand Down Expand Up @@ -317,6 +321,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.8.7]: ../../compare/v0.8.7...v0.8.6
[0.8.6]: ../../compare/v0.8.6...v0.8.5
[0.8.5]: ../../compare/v0.8.5...v0.8.4
[0.8.4]: ../../compare/v0.8.4...v0.8.3
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.6'
VERSION = '0.8.7'

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

0 comments on commit 7a792a8

Please sign in to comment.