Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Feb 21, 2023
1 parent 3805471 commit f4450f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "elabapi_python",
"projectName": "elabapi-python",
"packageVersion": "0.1.5",
"packageVersion": "0.1.6",
"packageUrl": "https://github.com/elabftw/elabapi-python"
}
4 changes: 4 additions & 0 deletions helper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
# This script will generate a python library from the openapi definition file.
# Note: if running into this error: library initialization failed - unable to allocate file descriptor table - out of memory
# Edit docker systemd service file and add "--default-ulimit nofile=65536:65536" on the ExecStart line
# then systemctl daemon-reload and systemctl restart docker


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

0 comments on commit f4450f3

Please sign in to comment.