Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jun 18, 2018
1 parent 3495456 commit 33b45ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## [unreleased]
Added
Changed
Fixed
Removed

## [0.2.5] - 2018-06-18

Added
* Bash library
* CLI command `ocrd-tool`
* CLI command `workspace find`
* CLI command `workspace list-group`
* CLI command `workspace create`
* CLI `workspace` flag --no-cache
* bash library to build wrappers
* CLI: `--version` global flag
Changed
* Downloading a file will set the URL in the METS
Fixed
Removed
* run_processor will save_mets after process

## [0.2.4] - 2018-06-04

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.2.4'
VERSION = '0.2.5'

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

0 comments on commit 33b45ad

Please sign in to comment.