Skip to content

Commit 9defadc

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.40.1
1 parent 543909e commit 9defadc

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,12 @@ Based on:
166166
- OpenAPI Doc 1.0.0
167167
- Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy
168168
### Releases
169-
- [PyPI v0.11.0] https://pypi.org/project/airbyte-api/0.11.0 - .
169+
- [PyPI v0.11.0] https://pypi.org/project/airbyte-api/0.11.0 - .
170+
171+
## 2023-05-31 21:58:58
172+
### Changes
173+
Based on:
174+
- OpenAPI Doc 1.0.0
175+
- Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy
176+
### Releases
177+
- [PyPI v0.11.1] https://pypi.org/project/airbyte-api/0.11.1 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generation:
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.11.0
12+
version: 0.11.1
1313
author: Airbyte
1414
description: Python Client SDK for Airbyte API
1515
maxMethodParams: 0

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="airbyte-api",
13-
version="0.11.0",
13+
version="0.11.1",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

src/airbyte/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Airbyte:
2828
_security_client: requests_http.Session
2929
_server_url: str = SERVERS[0]
3030
_language: str = "python"
31-
_sdk_version: str = "0.11.0"
31+
_sdk_version: str = "0.11.1"
3232
_gen_version: str = "2.34.1"
3333

3434
def __init__(self,

0 commit comments

Comments
 (0)