Skip to content

Commit ca3d9f9

Browse files
author
NumaryBot
committed
release(sdk): v2.0.0-beta.16
1 parent 5dfc9e0 commit ca3d9f9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
2-
id: eab8fbba-e7c4-44fb-bf4a-5cc755b308b7
2+
id: 779e741d-c864-4de3-b797-4bd1acc6dac1
33
management:
4-
docChecksum: 1ac991b656e125ee85ff5c407afe969a
5-
docVersion: v2.0.0-beta.15
4+
docChecksum: 153567056ed72fb62ab2b659b14537d6
5+
docVersion: v2.0.0-beta.16
66
speakeasyVersion: internal
77
generationVersion: 2.237.2
8-
releaseVersion: v2.0.0-beta.15
9-
configChecksum: 17edb819c5d02874a6be20cf41415892
8+
releaseVersion: v2.0.0-beta.16
9+
configChecksum: a42108b2ef8694c2d5be421070c39550
1010
features:
1111
python:
1212
constsAndDefaults: 0.1.2

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ generation:
88
comments: {}
99
telemetryEnabled: false
1010
python:
11-
version: v2.0.0-beta.15
11+
version: v2.0.0-beta.16
1212
author: Formance
1313
clientServerStatusCodesAsErrors: true
1414
description: Python Client SDK Generated by Speakeasy

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="formance-sdk-python",
13-
version="v2.0.0-beta.15",
13+
version="v2.0.0-beta.16",
1414
author="Formance",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

src/sdk/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class SDKConfiguration:
2121
server_url: str = ''
2222
server_idx: int = 0
2323
language: str = 'python'
24-
openapi_doc_version: str = 'v2.0.0-beta.15'
25-
sdk_version: str = 'v2.0.0-beta.15'
24+
openapi_doc_version: str = 'v2.0.0-beta.16'
25+
sdk_version: str = 'v2.0.0-beta.16'
2626
gen_version: str = '2.237.2'
27-
user_agent: str = 'speakeasy-sdk/python v2.0.0-beta.15 2.237.2 v2.0.0-beta.15 formance-sdk-python'
27+
user_agent: str = 'speakeasy-sdk/python v2.0.0-beta.16 2.237.2 v2.0.0-beta.16 formance-sdk-python'
2828
retry_config: RetryConfig = None
2929

3030
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)