Skip to content

Commit 78f8a10

Browse files
committed
ci: regenerated with OpenAPI Doc v1.0.0-rc.5, Speakeay CLI 1.6.0
1 parent ab0b946 commit 78f8a10

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

RELEASES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
### Changes
55
Based on:
66
- OpenAPI Doc v1.0.0-rc.5 https://prod.speakeasyapi.dev/v1/apis/formance/version/v1.0.0/schema/download
7-
- Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
8+
9+
## Version 0.2.0
10+
### Changes
11+
Based on:
12+
- OpenAPI Doc v1.0.0-rc.5 https://prod.speakeasyapi.dev/v1/apis/formance/version/v1.0.0/schema/download
13+
- Speakeasy CLI 1.6.0 https://github.com/speakeasy-api/speakeasy

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5622178c8e6fa92d46ea2ccc25a3be12
44
docVersion: v1.0.0-rc.5
5-
speakeasyVersion: 1.5.4
5+
speakeasyVersion: 1.6.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: SDK
99
python:
10-
version: 0.1.0
10+
version: 0.2.0
1111
author: Speakeasy
1212
description: Python Client SDK Generated by Speakeasy
1313
packageName: ""

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

src/sdk/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class SDK:
5252
_security: shared.Security
5353
_server_url: str = SERVERS[0]
5454
_language: str = "python"
55-
_sdk_version: str = "0.1.0"
56-
_gen_version: str = "1.5.4"
55+
_sdk_version: str = "0.2.0"
56+
_gen_version: str = "1.6.0"
5757

5858
def __init__(self) -> None:
5959
self._client = requests.Session()

0 commit comments

Comments
 (0)