We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py3.9-0.9.0
1 parent fa1a0fe commit 8ee2d89Copy full SHA for 8ee2d89
generator/README.md
@@ -28,9 +28,9 @@ After that you can run the following commands to update the `data/openapi.yml` f
28
```sh
29
cd aries-cloudcontroller-python/generator
30
31
-# Retrieve the open api file. Change `py36-1.16-1_0.8.2` if you want another version
+# Retrieve the open api file. Change `py3.9-0.9.0` if you want another version. See
32
# <https://github.com/hyperledger/aries-cloudagent-python/blob/main/ContainerImagesAndGithubActions.md#tags> for tags
33
-./scripts/retrieve-openapi.sh py36-1.16-1_0.8.2
+./scripts/retrieve-openapi.sh py3.9-0.9.0
34
35
# transform to OpenAPI V3
36
./scripts/convert-to-openapi3-local.sh
0 commit comments