From d792d59e92003102b291f9e27d8f18333834e69b Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Fri, 22 Jun 2018 17:21:17 +0200 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 7 ++++--- ocrd/constants.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf9ea5cd..97e3814ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ Change Log Versioned according to [Semantic Versioning](http://semver.org/). -## TODO - ## Unreleased +## [0.4.1] - 2018-06-22 + Changed: - + * CLI: rename `workspace create` -> `workspace init` and align with clone syntax ## [0.4.0] - 2018-06-18 @@ -160,6 +160,7 @@ Fixed Initial Release +[0.4.1]: ../../compare/v0.4.1...v0.4.0 [0.4.0]: ../../compare/v0.4.0...v0.3.2 [0.3.2]: ../../compare/v0.3.2...v0.3.1 [0.3.1]: ../../compare/v0.3.1...v0.3.0 diff --git a/ocrd/constants.py b/ocrd/constants.py index dc082cfdd..72c788b6a 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.4.0' +VERSION = '0.4.1' TMP_PREFIX = 'pyocrd-' diff --git a/setup.py b/setup.py index 269b0e0e6..52514afec 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocrd', - version='0.4.0', + version='0.4.1', description='OCR-D framework', long_description=README, author='Kay-Michael Würzner, Konstantin Baierer',