File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -526,4 +526,12 @@ Based on:
526526- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
527527- Speakeasy CLI 1.47.2 (2.39.8) https://github.com/speakeasy-api/speakeasy
528528### Releases
529- - [ PyPI v0.26.3] https://pypi.org/project/codat-assess/0.26.3 - assess
529+ - [ PyPI v0.26.3] https://pypi.org/project/codat-assess/0.26.3 - assess
530+
531+ ## 2023-06-15 00:15:17
532+ ### Changes
533+ Based on:
534+ - OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
535+ - Speakeasy CLI 1.47.4 (2.40.1) https://github.com/speakeasy-api/speakeasy
536+ ### Releases
537+ - [ PyPI v0.27.0] https://pypi.org/project/codat-assess/0.27.0 - assess
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : e8d8729d614038b0a54d6cbefc59f7bb
44 docVersion : " 1.0"
5- speakeasyVersion : 1.47.2
6- generationVersion : 2.39.8
5+ speakeasyVersion : 1.47.4
6+ generationVersion : 2.40.1
77generation :
88 sdkClassName : CodatAssess
99 singleTagPerOp : false
1010 telemetryEnabled : true
1111python :
12- version : 0.26.3
12+ version : 0.27.0
1313 author : Speakeasy
1414 description : Python Client SDK Generated by Speakeasy
1515 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-assess" ,
13- version = "0.26.3 " ,
13+ version = "0.27.0 " ,
1414 author = "Speakeasy" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ class SDKConfiguration:
1818 server_idx : int = 0
1919 language : str = 'python'
2020 openapi_doc_version : str = '1.0'
21- sdk_version : str = '0.26.3 '
22- gen_version : str = '2.39.8 '
21+ sdk_version : str = '0.27.0 '
22+ gen_version : str = '2.40.1 '
2323
2424 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
2525 if self .server_url :
You can’t perform that action at this time.
0 commit comments