Skip to content

Commit

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

## TODO

## [0.3.2] - 2018-06-19

Added:

* CLI: `ocrd ocrd-tool version` to show version

* API: `OcrdMets` getters/setters for `unique_identifier`
* CLI: `ocrd workspace set-id MODS_IDENTIFIER_PURL` to set mods:identifier
* CLI: `ocrd workspace get-id` to get mods:identifier
Expand Down Expand Up @@ -143,6 +144,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.3.2]: ../../compare/v0.3.2...v0.3.1
[0.3.1]: ../../compare/v0.3.1...v0.3.0
[0.3.0]: ../../compare/v0.3.0...v0.2.5
[0.2.5]: ../../compare/v0.2.5...v0.2.4
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.3.1'
VERSION = '0.3.2'

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

0 comments on commit 9dca67c

Please sign in to comment.