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 @@ -142,4 +142,12 @@ Based on:
142142- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
143143- Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
144144### Releases
145- - [ PyPI v0.6.1] https://pypi.org/project/codat-bankfeeds/0.6.1 - bankfeeds
145+ - [ PyPI v0.6.1] https://pypi.org/project/codat-bankfeeds/0.6.1 - bankfeeds
146+
147+ ## 2023-03-22 16:52:02
148+ ### Changes
149+ Based on:
150+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
151+ - Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
152+ ### Releases
153+ - [ PyPI v0.6.2] https://pypi.org/project/codat-bankfeeds/0.6.2 - 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.1
13+ version : 0.6.2
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.1 " ,
13+ version = "0.6.2 " ,
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.1 "
28+ _sdk_version : str = "0.6.2 "
2929 _gen_version : str = "2.13.0"
3030
3131 def __init__ (self ,
You can’t perform that action at this time.
0 commit comments