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"