Skip to content

Commit a63db8f

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.7.1
1 parent cd8c3c6 commit a63db8f

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

common/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ Based on:
66
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
77
- Speakeasy CLI 1.7.0 https://github.com/speakeasy-api/speakeasy
88
### Releases
9-
- [PyPI v0.1.0] https://pypi.org/project/codat-common/0.1.0 - common
9+
- [PyPI v0.1.0] https://pypi.org/project/codat-common/0.1.0 - common
10+
11+
## 2023-03-02 00:20:06
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
15+
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
16+
### Releases
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-common/0.1.1 - common

common/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 252e2999d258d0027ff6b5791706ca08
3+
docChecksum: 348d07051fb0294d6887f4c766560fc5
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.7.0
5+
speakeasyVersion: 1.7.1
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.1.0
11+
version: 0.1.1
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-common

common/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-common",
11-
version="0.1.0",
11+
version="0.1.1",
1212
author="Speakeasy",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

common/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class Codat:
3232
_security: shared.Security
3333
_server_url: str = SERVERS[0]
3434
_language: str = "python"
35-
_sdk_version: str = "0.1.0"
36-
_gen_version: str = "1.7.0"
35+
_sdk_version: str = "0.1.1"
36+
_gen_version: str = "1.7.1"
3737

3838
def __init__(self) -> None:
3939
self._client = requests.Session()

0 commit comments

Comments
 (0)