Skip to content

Commit 9211e88

Browse files
committed
ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.26.1
1 parent ef78601 commit 9211e88

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

synccommerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

synccommerce/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
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
77
generation:
88
telemetryEnabled: false
99
sdkClassName: CodatSyncCommerce
1010
singleTagPerOp: false
1111
python:
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

synccommerce/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.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,

synccommerce/src/codatsynccommerce/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)