Skip to content

Commit 0eba107

Browse files
authored
feat: chane version and re-generate (#24)
1 parent 527bcff commit 0eba107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ all: download_spec validate_spec generate_client ## General external client
2626

2727
download_spec: ## Download openapi.yaml from public pinterest github repo
2828
@echo ====Download openapi.yaml from public pinterest github repo====
29-
python utils/download_file.py https://raw.githubusercontent.com/pinterest/api-description/main/v5/openapi.yaml './openapi.yaml'
29+
python utils/download_file.py https://raw.githubusercontent.com/pinterest/api-description/main/v5/openapi.yaml './openapi.yaml'
3030

3131
validate_spec: ## Validates the openapi spec: sdk.yaml
3232
@echo ====Validates the openapi spec: sdk.yaml====

spec/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generatorStability: STABLE
33
generatorType: CLIENT
44
generatorLanguage: python
55
inputSpec: openapi.yaml
6-
packageVersion: 0.1.5
6+
packageVersion: 0.1.6
77
projectName: Pinterest Generated Client
88
templateDir: templates
99
packageName: openapi_generated.pinterest_client

0 commit comments

Comments
 (0)