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:
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 - .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ generation:
99 singleTagPerOp : false
1010 telemetryEnabled : true
1111python :
12- version : 0.11.0
12+ version : 0.11.1
1313 author : Airbyte
1414 description : Python Client SDK for Airbyte API
1515 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments