File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -102,4 +102,12 @@ Based on:
102102- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
103103- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
104104### Releases
105- - [ PyPI v0.5.2] https://pypi.org/project/codat-commerce/0.5.2 - commerce
105+ - [ PyPI v0.5.2] https://pypi.org/project/codat-commerce/0.5.2 - commerce
106+
107+ ## 2023-03-21 00:19:02
108+ ### Changes
109+ Based on:
110+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
111+ - Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
112+ ### Releases
113+ - [ PyPI v0.5.3] https://pypi.org/project/codat-commerce/0.5.3 - commerce
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : acb3d544c813bc9862f61eb872eadf7c
44 docVersion : 2.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-commerce
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-commerce" ,
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 @@ -44,8 +44,8 @@ class Codat:
4444 _security_client : requests_http .Session
4545 _server_url : str = SERVERS [0 ]
4646 _language : str = "python"
47- _sdk_version : str = "0.5.2 "
48- _gen_version : str = "1.12.3 "
47+ _sdk_version : str = "0.5.3 "
48+ _gen_version : str = "1.12.4 "
4949
5050 def __init__ (self ,
5151 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments