implement fixed version numbers

This commit is contained in:
Patrick Jentsch
2021-04-14 12:00:09 +02:00
parent 2f9ecf8048
commit f65ab646e9
2 changed files with 40 additions and 27 deletions

View File

@ -8,12 +8,12 @@ SERVICES = {
'file-setup': {
'name': 'File setup',
'versions': {
'latest': '1.0.0',
'1.0.0': {
'latest': '1.0.0b',
'1.0.0b': {
'publishing_data': {
'date': None,
'title': 'nopaque File setup service',
'url': 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/file-setup/-/tree/1.0.0', # noqa
'url': 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/file-setup/-/tree/1.0.0b', # noqa
'version': '1.0.0'
}
}
@ -22,8 +22,8 @@ SERVICES = {
'nlp': {
'name': 'Natural Language Processing',
'versions': {
'latest': '1.0.0',
'1.0.0': {
'latest': '1.0.0b',
'1.0.0b': {
'check_encoding': True,
'models': {
'de': 'German',
@ -36,7 +36,7 @@ SERVICES = {
'publishing_data': {
'date': None,
'title': 'nopaque NLP service',
'url': 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp/-/tree/1.0.0', # noqa
'url': 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp/-/tree/1.0.0b', # noqa
'version': '1.0.0'
}
}
@ -45,8 +45,8 @@ SERVICES = {
'ocr': {
'name': 'Optical Character Recognition',
'versions': {
'latest': '1.0.0',
'1.0.0': {
'latest': '1.0.0b',
'1.0.0b': {
'binarization': True,
'models': {
'ara': 'Arabic',
@ -67,7 +67,7 @@ SERVICES = {
'publishing_data': {
'date': None,
'title': 'nopaque OCR service',
'url': 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr/-/tree/1.0.0', # noqa
'url': 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr/-/tree/1.0.0b', # noqa
'version': '1.0.0'
}
}