Skip to content

Commit 3110ee5

Browse files
authored
Update swagger file and remove python patch (#86)
1 parent 28842c9 commit 3110ee5

File tree

7 files changed

+260
-30
lines changed

7 files changed

+260
-30
lines changed

config/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ languages:
9898
- "{{version_output_dir}}"
9999
description: Copy shared assets in the generated folder
100100
templates:
101-
patches:
102-
- template-patches/python-configuration.patch
103101
source:
104102
type: openapi-git
105103
git_committish: "v7.0.0" # git committish to checkout before extracting the templates

config/languages/go_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"gitRepoId": "iot-client-go",
44
"isGoSubmodule": false,
55
"packageName": "iot",
6-
"packageVersion": "2.0.2",
6+
"packageVersion": "2.0.3",
77
"withGoCodegenComment": true
88
}

config/languages/html2_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "iot",
3-
"packageVersion": "2.0.2",
3+
"packageVersion": "2.0.3",
44
"usePromises": true
55
}

config/languages/javascript_v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"projectName": "@arduino/arduino-iot-client",
33
"moduleName": "ArduinoIotClient",
4-
"projectVersion": "2.0.2",
5-
"packageVersion": "2.0.2",
4+
"projectVersion": "2.0.3",
5+
"packageVersion": "2.0.3",
66
"usePromises": true,
77
"licenseName":"GPLv3",
88
"generateSourceCodeOnly": true

config/languages/python_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "iot_api_client",
33
"projectName": "arduino-iot-client",
4-
"packageVersion": "2.0.2",
4+
"packageVersion": "2.0.3",
55
"generateSourceCodeOnly": false
66
}

0 commit comments

Comments
 (0)