diff --git a/RELEASES.md b/RELEASES.md index 0efaa62..087a79b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -110,4 +110,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.91.3 (2.139.1) https://github.com/speakeasy-api/speakeasy ### Generated -- [python v0.6.0] . \ No newline at end of file +- [python v0.6.0] . + +## 2023-10-01 01:22:05 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.92.2 (2.142.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.7.0] . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 9d94cd7..1dde7ac 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: 2516596125ef223fbbef6c434d22eaac docVersion: 1.0.0 - speakeasyVersion: 1.91.3 - generationVersion: 2.139.1 + speakeasyVersion: 1.92.2 + generationVersion: 2.142.2 generation: comments: disableComments: false @@ -14,10 +14,10 @@ generation: tagNamespacingDisabled: false features: python: - core: 2.87.0 + core: 2.88.0 globalServerURLs: 2.82.0 python: - version: 0.6.0 + version: 0.7.0 author: my-test clientServerStatusCodesAsErrors: true description: Python Client SDK Generated by Speakeasy diff --git a/setup.py b/setup.py index 6bebcbb..6fe94a2 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="test", - version="0.6.0", + version="0.7.0", author="my-test", description="Python Client SDK Generated by Speakeasy", long_description=long_description, diff --git a/src/test/sdkconfiguration.py b/src/test/sdkconfiguration.py index c491be5..5378dc6 100755 --- a/src/test/sdkconfiguration.py +++ b/src/test/sdkconfiguration.py @@ -19,9 +19,9 @@ class SDKConfiguration: server_idx: int = 0 language: str = 'python' openapi_doc_version: str = '1.0.0' - sdk_version: str = '0.6.0' - gen_version: str = '2.139.1' - user_agent: str = 'speakeasy-sdk/python 0.6.0 2.139.1 1.0.0 test' + sdk_version: str = '0.7.0' + gen_version: str = '2.142.2' + user_agent: str = 'speakeasy-sdk/python 0.7.0 2.142.2 1.0.0 test' retry_config: RetryConfig = None def get_server_details(self) -> tuple[str, dict[str, str]]: