File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,4 +110,12 @@ Based on:
110110- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
111111- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
112112### Releases
113- - [ PyPI v0.5.2] https://pypi.org/project/codat-assess/0.5.2 - assess
113+ - [ PyPI v0.5.2] https://pypi.org/project/codat-assess/0.5.2 - assess
114+
115+ ## 2023-03-21 00:12:29
116+ ### Changes
117+ Based on:
118+ - OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
119+ - Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
120+ ### Releases
121+ - [ PyPI v0.5.3] https://pypi.org/project/codat-assess/0.5.3 - assess
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : ef07474bdf5c9e85370b2557c3764749
44 docVersion : " 1.0"
5- speakeasyVersion : 1.12.3
5+ speakeasyVersion : 1.12.4
66generation :
77 telemetryEnabled : false
88 sdkClassName : codat
99 sdkFlattening : true
1010python :
11- version : 0.5.2
11+ version : 0.5.3
1212 author : Speakeasy
1313 description : Python Client SDK Generated by Speakeasy
1414 packageName : codat-assess
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-assess" ,
11- version = "0.5.2 " ,
11+ version = "0.5.3 " ,
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 @@ -30,8 +30,8 @@ class Codat:
3030 _security_client : requests_http .Session
3131 _server_url : str = SERVERS [0 ]
3232 _language : str = "python"
33- _sdk_version : str = "0.5.2 "
34- _gen_version : str = "1.12.3 "
33+ _sdk_version : str = "0.5.3 "
34+ _gen_version : str = "1.12.4 "
3535
3636 def __init__ (self ,
3737 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments