Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Feb 20, 2024
1 parent 53087fc commit d4acb37
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: ae45d6f4-fd6d-47f4-81b3-c78044821d0e
id: 61a3f883-1fcf-4e71-9188-de4bc30582b9
management:
docChecksum: 84c0a5fe8e579e19a829f64a11ead247
docVersion: v2.0.0-rc.8
docChecksum: 6e1e2a551d5ab5758ae692cd4185f380
docVersion: v2.0.0-rc.9
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.8
configChecksum: f06bd48213d9624e72263ea6727ced3a
releaseVersion: v2.0.0-rc.9
configChecksum: e57488dacb0371f015f922d0bc6652c8
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.8
version: v2.0.0-rc.9
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.8",
version="v2.0.0-rc.9",
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.8'
sdk_version: str = 'v2.0.0-rc.8'
openapi_doc_version: str = 'v2.0.0-rc.9'
sdk_version: str = 'v2.0.0-rc.9'
gen_version: str = '2.237.2'
user_agent: str = 'speakeasy-sdk/python v2.0.0-rc.8 2.237.2 v2.0.0-rc.8 formance-sdk-python'
user_agent: str = 'speakeasy-sdk/python v2.0.0-rc.9 2.237.2 v2.0.0-rc.9 formance-sdk-python'
retry_config: RetryConfig = None

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

0 comments on commit d4acb37

Please sign in to comment.