Skip to content

Commit 577e247

Browse files
committed
bump version
1 parent 8ba0c78 commit 577e247

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packageName": "elabapi_python",
33
"pythonPackageName": "elabapi_python",
44
"projectName": "elabapi-python",
5-
"packageVersion": "0.6.0",
5+
"packageVersion": "5.0.0",
66
"packageUrl": "https://github.com/elabftw/elabapi-python"
77
}

helper.sh

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77

88
# the docker image used to generate the client code
9+
# not running latest version because of https://github.com/swagger-api/swagger-codegen/issues/12321
10+
# FIXME update to latest once this issue is fixed
911
docker_image="swaggerapi/swagger-codegen-cli-v3:3.0.41"
1012
# where to grab the definition file
1113
openapi_yaml_url="https://raw.githubusercontent.com/elabftw/elabftw/hypernext/apidoc/v2/openapi.yaml"

0 commit comments

Comments
 (0)