From 9dca67c16ff602e98f48c0ddf9eabb9ba920a44d Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Tue, 19 Jun 2018 17:47:23 +0200 Subject: [PATCH] v0.3.2 --- CHANGELOG.md | 4 +++- ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34fa1efc..ac4ed1a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -143,6 +144,7 @@ Fixed Initial Release +[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 diff --git a/ocrd/constants.py b/ocrd/constants.py index 967dfc9e0..8f4dc3c80 100644 --- a/ocrd/constants.py +++ b/ocrd/constants.py @@ -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-' diff --git a/setup.py b/setup.py index e111b33b3..13c991976 100644 --- a/setup.py +++ b/setup.py @@ -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',