File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed
Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -190,4 +190,12 @@ Based on:
190190- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
191191- Speakeasy CLI 1.26.0 (2.23.0) https://github.com/speakeasy-api/speakeasy
192192### Releases
193- - [ PyPI v0.10.0] https://pypi.org/project/codat-sync-for-commerce/0.10.0 - synccommerce
193+ - [ PyPI v0.10.0] https://pypi.org/project/codat-sync-for-commerce/0.10.0 - synccommerce
194+
195+ ## 2023-04-27 15:44:56
196+ ### Changes
197+ Based on:
198+ - OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
199+ - Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy
200+ ### Releases
201+ - [ PyPI v0.10.1] https://pypi.org/project/codat-sync-for-commerce/0.10.1 - synccommerce
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : a624107b6abe0ed27bd8df9cd3141f75
44 docVersion : " 1.1"
5- speakeasyVersion : 1.26.0
6- generationVersion : 2.23.0
5+ speakeasyVersion : 1.26.1
6+ generationVersion : 2.23.1
77generation :
88 telemetryEnabled : false
99 sdkClassName : CodatSyncCommerce
1010 singleTagPerOp : false
1111python :
12- version : 0.10.0
12+ version : 0.10.1
1313 author : Speakeasy
1414 description : Python Client SDK Generated by Speakeasy
1515 packageName : codat-sync-for-commerce
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-sync-for-commerce" ,
13- version = "0.10.0 " ,
13+ version = "0.10.1 " ,
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 @@ -34,8 +34,8 @@ class CodatSyncCommerce:
3434 _security_client : requests_http .Session
3535 _server_url : str = SERVERS [0 ]
3636 _language : str = "python"
37- _sdk_version : str = "0.10.0 "
38- _gen_version : str = "2.23.0 "
37+ _sdk_version : str = "0.10.1 "
38+ _gen_version : str = "2.23.1 "
3939
4040 def __init__ (self ,
4141 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments