Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Feb 21, 2024
1 parent b67ab66 commit 2f5e096
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: c7819a95-6bda-4520-8c35-5b8e5428b272
id: b8b1b8d7-69e6-4b08-b56e-ff6f8a616501
management:
docChecksum: bf784de593defb60de7949ef5f398a9d
docVersion: v2.0.0-rc.10
docChecksum: 6d352f8da912f395789654cf5e64943d
docVersion: v2.0.0-rc.11
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.10
configChecksum: f7f3e3171e5dcc02b6e0312b6355a947
releaseVersion: v2.0.0-rc.11
configChecksum: 998f93e0ae136b5339726cdb72e38783
features:
python:
constsAndDefaults: 0.1.2
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generation:
comments: {}
telemetryEnabled: false
python:
version: v2.0.0-rc.10
version: v2.0.0-rc.11
author: Formance
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="formance-sdk-python",
version="v2.0.0-rc.10",
version="v2.0.0-rc.11",
author="Formance",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/sdk/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ class SDKConfiguration:
server_url: str = ''
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = 'v2.0.0-rc.10'
sdk_version: str = 'v2.0.0-rc.10'
openapi_doc_version: str = 'v2.0.0-rc.11'
sdk_version: str = 'v2.0.0-rc.11'
gen_version: str = '2.237.2'
user_agent: str = 'speakeasy-sdk/python v2.0.0-rc.10 2.237.2 v2.0.0-rc.10 formance-sdk-python'
user_agent: str = 'speakeasy-sdk/python v2.0.0-rc.11 2.237.2 v2.0.0-rc.11 formance-sdk-python'
retry_config: RetryConfig = None

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

0 comments on commit 2f5e096

Please sign in to comment.