Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Feb 23, 2024
1 parent e42d4bc commit 10f2f1f
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: 54904cb9-a8dc-4c3d-adf0-a446c1faad08
id: b78d0e4d-697d-4e59-9f25-09c5c232c696
management:
docChecksum: e1a7bce7b75c699649b82b3f3d80360c
docVersion: v2.0.0-rc.12
docChecksum: be1b6cb9027ca13c1457e0857448bae8
docVersion: v2.0.0-rc.13
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.12
configChecksum: ca1ae6efe961112744b3dc510917e78b
releaseVersion: v2.0.0-rc.13
configChecksum: b69e24a89de3a8d81385c214778585e2
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.12
version: v2.0.0-rc.13
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.12",
version="v2.0.0-rc.13",
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.12'
sdk_version: str = 'v2.0.0-rc.12'
openapi_doc_version: str = 'v2.0.0-rc.13'
sdk_version: str = 'v2.0.0-rc.13'
gen_version: str = '2.237.2'
user_agent: str = 'speakeasy-sdk/python v2.0.0-rc.12 2.237.2 v2.0.0-rc.12 formance-sdk-python'
user_agent: str = 'speakeasy-sdk/python v2.0.0-rc.13 2.237.2 v2.0.0-rc.13 formance-sdk-python'
retry_config: RetryConfig = None

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

0 comments on commit 10f2f1f

Please sign in to comment.