Skip to content

Commit 55b1ec4

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.7.1
1 parent 2b7a3c8 commit 55b1ec4

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

assess/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 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.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-assess/0.1.0 - assess
9+
- [PyPI v0.1.0] https://pypi.org/project/codat-assess/0.1.0 - assess
10+
11+
## 2023-03-02 00:14:41
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.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-assess/0.1.1 - assess

assess/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: 6d179ad7da9b36519e181c4b97caba36
44
docVersion: "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-assess

assess/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-assess",
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,

assess/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class Codat:
2424
_security: shared.Security
2525
_server_url: str = SERVERS[0]
2626
_language: str = "python"
27-
_sdk_version: str = "0.1.0"
28-
_gen_version: str = "1.7.0"
27+
_sdk_version: str = "0.1.1"
28+
_gen_version: str = "1.7.1"
2929

3030
def __init__(self) -> None:
3131
self._client = requests.Session()

0 commit comments

Comments
 (0)