From 577e24745569cd6fe6d01ad9cfb1d0553dba647b Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 17 Feb 2024 22:42:30 +0100 Subject: [PATCH] bump version --- config.json | 2 +- helper.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 7203250..d01e57f 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,6 @@ "packageName": "elabapi_python", "pythonPackageName": "elabapi_python", "projectName": "elabapi-python", - "packageVersion": "0.6.0", + "packageVersion": "5.0.0", "packageUrl": "https://github.com/elabftw/elabapi-python" } diff --git a/helper.sh b/helper.sh index 34b81e0..578b972 100755 --- a/helper.sh +++ b/helper.sh @@ -6,6 +6,8 @@ # the docker image used to generate the client code +# not running latest version because of https://github.com/swagger-api/swagger-codegen/issues/12321 +# FIXME update to latest once this issue is fixed docker_image="swaggerapi/swagger-codegen-cli-v3:3.0.41" # where to grab the definition file openapi_yaml_url="https://raw.githubusercontent.com/elabftw/elabftw/hypernext/apidoc/v2/openapi.yaml"