Skip to content

Commit f4450f3

Browse files
committed
0.1.6
1 parent 3805471 commit f4450f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "elabapi_python",
33
"projectName": "elabapi-python",
4-
"packageVersion": "0.1.5",
4+
"packageVersion": "0.1.6",
55
"packageUrl": "https://github.com/elabftw/elabapi-python"
66
}

helper.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22
# This script will generate a python library from the openapi definition file.
3+
# Note: if running into this error: library initialization failed - unable to allocate file descriptor table - out of memory
4+
# Edit docker systemd service file and add "--default-ulimit nofile=65536:65536" on the ExecStart line
5+
# then systemctl daemon-reload and systemctl restart docker
6+
37

48
# the docker image used to generate the client code
59
docker_image="swaggerapi/swagger-codegen-cli-v3"

0 commit comments

Comments
 (0)