Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 25, 2018
1 parent 96bd9ab commit fdc6051
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.7.0] - 2018-07-25

Changed:

* Behavior of workspace generation from URL changes (#149)
* when cloning from a `file://` URL and no directory is given do NOT create
a temporary directory but reuse the existing directory
* When not providing `mets_basename`, assume the last URL path segment to be
the METS basename instead of the fixed string `mets.xml`
* incoroporate changes to ocrd_tool schema from spec/v2.2.1

## [0.6.0] - 2018-07-23

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

<!-- link-labels -->
[0.7.0]: ../../compare/v0.7.0...v0.6.0
[0.6.0]: ../../compare/v0.6.0...v0.5.0
[0.5.0]: ../../compare/v0.5.0...v0.4.4
[0.4.4]: ../../compare/v0.4.4...v0.4.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.6.0'
VERSION = '0.7.0'

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

0 comments on commit fdc6051

Please sign in to comment.