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 @@ -158,4 +158,12 @@ Based on:
158158- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
159159- Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
160160### Releases
161- - [ PyPI v0.6.3] https://pypi.org/project/codat-bankfeeds/0.6.3 - bankfeeds
161+ - [ PyPI v0.6.3] https://pypi.org/project/codat-bankfeeds/0.6.3 - bankfeeds
162+
163+ ## 2023-03-22 17:20:17
164+ ### Changes
165+ Based on:
166+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
167+ - Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
168+ ### Releases
169+ - [ PyPI v0.6.4] https://pypi.org/project/codat-bankfeeds/0.6.4 - bankfeeds
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 tagNamespacingDisabled : true
1111 sdkFlattening : true
1212python :
13- version : 0.6.3
13+ version : 0.6.4
1414 author : Speakeasy
1515 description : Python Client SDK Generated by Speakeasy
1616 packageName : codat-bankfeeds
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-bankfeeds" ,
13- version = "0.6.3 " ,
13+ version = "0.6.4 " ,
1414 author = "Speakeasy" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Codat:
2525 _security_client : requests_http .Session
2626 _server_url : str = SERVERS [0 ]
2727 _language : str = "python"
28- _sdk_version : str = "0.6.3 "
28+ _sdk_version : str = "0.6.4 "
2929 _gen_version : str = "2.13.0"
3030
3131 def __init__ (self ,
You can’t perform that action at this time.
0 commit comments