File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 44### Changes
55Based on:
66- OpenAPI Doc v1.0.0-rc.5 https://prod.speakeasyapi.dev/v1/apis/formance/version/v1.0.0/schema/download
7- - Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
7+ - Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
8+
9+ ## Version 0.2.0
10+ ### Changes
11+ Based on:
12+ - OpenAPI Doc v1.0.0-rc.5 https://prod.speakeasyapi.dev/v1/apis/formance/version/v1.0.0/schema/download
13+ - Speakeasy CLI 1.6.0 https://github.com/speakeasy-api/speakeasy
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ configVersion: 1.0.0
22management :
33 docChecksum : 5622178c8e6fa92d46ea2ccc25a3be12
44 docVersion : v1.0.0-rc.5
5- speakeasyVersion : 1.5.4
5+ speakeasyVersion : 1.6.0
66generation :
77 telemetryEnabled : false
88 sdkClassName : SDK
99python :
10- version : 0.1 .0
10+ version : 0.2 .0
1111 author : Speakeasy
1212 description : Python Client SDK Generated by Speakeasy
1313 packageName : " "
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "" ,
11- version = "0.1 .0" ,
11+ version = "0.2 .0" ,
1212 author = "Speakeasy" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ class SDK:
5252 _security : shared .Security
5353 _server_url : str = SERVERS [0 ]
5454 _language : str = "python"
55- _sdk_version : str = "0.1 .0"
56- _gen_version : str = "1.5.4 "
55+ _sdk_version : str = "0.2 .0"
56+ _gen_version : str = "1.6.0 "
5757
5858 def __init__ (self ) -> None :
5959 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments