Skip to content

Commit b086bdc

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.12.4
1 parent e6ec43e commit b086bdc

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

commerce/RELEASES.md

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

commerce/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: acb3d544c813bc9862f61eb872eadf7c
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.12.3
5+
speakeasyVersion: 1.12.4
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
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

commerce/setup.py

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

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

commerce/src/codat/sdk.py

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

0 commit comments

Comments
 (0)