Skip to content

Commit a0c4797

Browse files
author
NumaryBot
committed
release(sdk): v2.0.0-beta.14
1 parent ac81407 commit a0c4797

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: d72af736-0d1d-44d1-b0dd-854f811ffba2
2+
id: 73b5f7c4-e6a3-4dfa-83c2-c3d626e73107
33
management:
4-
docChecksum: e3879c02fea2e4914c9d924447572b5d
5-
docVersion: v2.0.0-beta.13
4+
docChecksum: 4ac057727cfb2f6566ad21dafca002d8
5+
docVersion: v2.0.0-beta.14
66
speakeasyVersion: internal
77
generationVersion: 2.237.2
8-
releaseVersion: v2.0.0-beta.13
9-
configChecksum: c06828e012788e0a66b0d7d13ca57a32
8+
releaseVersion: v2.0.0-beta.14
9+
configChecksum: c3bf2333816d6e3eb94db807481a06d1
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.13
11+
version: v2.0.0-beta.14
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.13",
13+
version="v2.0.0-beta.14",
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.13'
25-
sdk_version: str = 'v2.0.0-beta.13'
24+
openapi_doc_version: str = 'v2.0.0-beta.14'
25+
sdk_version: str = 'v2.0.0-beta.14'
2626
gen_version: str = '2.237.2'
27-
user_agent: str = 'speakeasy-sdk/python v2.0.0-beta.13 2.237.2 v2.0.0-beta.13 formance-sdk-python'
27+
user_agent: str = 'speakeasy-sdk/python v2.0.0-beta.14 2.237.2 v2.0.0-beta.14 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)