Skip to content

Commit

Permalink
pull in changes from spec v2.2.2, fix #155
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 14, 2018
1 parent e9726b6 commit 0e875c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.7.3] - 2019-08-14

Changed:

* Missing `description` for parameters in schema, #155

## [0.7.2] - 2019-08-01

Fixed
Expand Down Expand Up @@ -235,6 +241,7 @@ Fixed
Initial Release

<!-- link-labels -->
[0.7.3]: ../../compare/v0.7.3...v0.7.2
[0.7.2]: ../../compare/v0.7.2...v0.7.1
[0.7.1]: ../../compare/v0.7.1...v0.7.0
[0.7.0]: ../../compare/v0.7.0...v0.6.0
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.7.2'
VERSION = '0.7.3'

TMP_PREFIX = 'pyocrd-'

Expand Down
3 changes: 3 additions & 0 deletions ocrd/model/yaml/ocrd_tool.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ properties:
type: object
additionalProperties: false
required:
- description
- type
# also either 'default' or 'required'
properties:
Expand All @@ -53,6 +54,8 @@ properties:
- boolean
format:
description: Subtype, such as `float` for type `number` or `uri` for type `string`.
description:
description: Concise description of syntax and semantics of this parameter
required:
type: boolean
description: Whether this parameter is required
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.7.2',
version='0.7.3',
description='OCR-D framework',
long_description=README,
author='Kay-Michael Würzner, Konstantin Baierer',
Expand Down

0 comments on commit 0e875c6

Please sign in to comment.