From 4531bfbe36f60d71d45692be2b56659e03ef807a Mon Sep 17 00:00:00 2001 From: Rutger Date: Fri, 22 Dec 2023 09:24:27 +0100 Subject: [PATCH] Bump to version 1.3.7 --- create_train_data.sh | 3 ++- docker/buildAll.sh | 2 +- laypa | 2 +- loghi-tooling | 2 +- na-pipeline-train.sh | 2 +- na-pipeline.sh | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/create_train_data.sh b/create_train_data.sh index 1358c35..455f920 100755 --- a/create_train_data.sh +++ b/create_train_data.sh @@ -1,5 +1,6 @@ #!/bin/bash -VERSION=1.3.6 +VERSION=1.3.7 + if [ -z $1 ]; then echo "please provide path to images and pagexml to be converted. The pageXML must be one level deeper than the images in a directory called \"page\"" && exit 1; fi; if [ -z $2 ]; then echo "please provide output path" && exit 1; fi; if [ -z $3 ]; then diff --git a/docker/buildAll.sh b/docker/buildAll.sh index 0f7c5ed..d21309d 100755 --- a/docker/buildAll.sh +++ b/docker/buildAll.sh @@ -1,7 +1,7 @@ #!/bin/bash +VERSION=1.3.7 set -e -VERSION=1.3.6 CURRENT=$(pwd) DIR_OF_SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" diff --git a/laypa b/laypa index 4c401ce..4fcc824 160000 --- a/laypa +++ b/laypa @@ -1 +1 @@ -Subproject commit 4c401ce8ed084cabcc6333b897384bdc26b696dd +Subproject commit 4fcc824b53aae6ebeff71373052214b8a1789598 diff --git a/loghi-tooling b/loghi-tooling index 98d44b6..6c1012d 160000 --- a/loghi-tooling +++ b/loghi-tooling @@ -1 +1 @@ -Subproject commit 98d44b6832a9268ba50b63abf06263057a97465f +Subproject commit 6c1012db392ad9fedcb19bd1de219cceb69260f6 diff --git a/na-pipeline-train.sh b/na-pipeline-train.sh index f42302e..980d448 100755 --- a/na-pipeline-train.sh +++ b/na-pipeline-train.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=1.3.6 +VERSION=1.3.7 set -e # Configuration for HTR mode selection diff --git a/na-pipeline.sh b/na-pipeline.sh index 70ff792..8e62d18 100755 --- a/na-pipeline.sh +++ b/na-pipeline.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=1.3.6 +VERSION=1.3.7 set -e # Stop on error, if set to 1 will exit program if any of the docker commands fail