Skip to content

Commit 4cfb07b

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.19.3
1 parent 5102ead commit 4cfb07b

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

commerce/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 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

commerce/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 1.0.0
22
management:
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
1212
python:
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

commerce/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-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,

commerce/src/codat/sdk.py

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

0 commit comments

Comments
 (0)