File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -190,4 +190,12 @@ Based on:
190190- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
191191- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
192192### Releases
193- - [ PyPI v0.9.5] https://pypi.org/project/codat-commerce/0.9.5 - commerce
193+ - [ PyPI v0.9.5] https://pypi.org/project/codat-commerce/0.9.5 - commerce
194+
195+ ## 2023-04-03 00:19:41
196+ ### Changes
197+ Based on:
198+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
199+ - Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
200+ ### Releases
201+ - [ PyPI v0.9.6] https://pypi.org/project/codat-commerce/0.9.6 - commerce
Original file line number Diff line number Diff line change 11configVersion : 1.0.0
22management :
3- docChecksum : 3bdd10a5d226e95d13d61f55ea67a1cd
3+ docChecksum : ed2ae4d4ff88da4207e078b2f6f64cf3
44 docVersion : 2.1.0
55 speakeasyVersion : 1.19.3
66 generationVersion : 2.16.7
@@ -10,7 +10,7 @@ generation:
1010 sdkFlattening : true
1111 singleTagPerOp : false
1212python :
13- version : 0.9.5
13+ version : 0.9.6
1414 author : Speakeasy
1515 description : Python Client SDK Generated by Speakeasy
1616 packageName : codat-commerce
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-commerce" ,
13- version = "0.9.5 " ,
13+ version = "0.9.6 " ,
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 @@ -52,7 +52,7 @@ class Codat:
5252 _security_client : requests_http .Session
5353 _server_url : str = SERVERS [0 ]
5454 _language : str = "python"
55- _sdk_version : str = "0.9.5 "
55+ _sdk_version : str = "0.9.6 "
5656 _gen_version : str = "2.16.7"
5757
5858 def __init__ (self ,
You can’t perform that action at this time.
0 commit comments