File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -166,4 +166,12 @@ Based on:
166
166
- OpenAPI Doc 1.0.0
167
167
- Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy
168
168
### 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 - .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ generation:
9
9
singleTagPerOp : false
10
10
telemetryEnabled : true
11
11
python :
12
- version : 0.11.0
12
+ version : 0.11.1
13
13
author : Airbyte
14
14
description : Python Client SDK for Airbyte API
15
15
maxMethodParams : 0
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "airbyte-api" ,
13
- version = "0.11.0 " ,
13
+ version = "0.11.1 " ,
14
14
author = "Airbyte" ,
15
15
description = "Python Client SDK for Airbyte API" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Airbyte:
28
28
_security_client : requests_http .Session
29
29
_server_url : str = SERVERS [0 ]
30
30
_language : str = "python"
31
- _sdk_version : str = "0.11.0 "
31
+ _sdk_version : str = "0.11.1 "
32
32
_gen_version : str = "2.34.1"
33
33
34
34
def __init__ (self ,
You can’t perform that action at this time.
0 commit comments