Skip to content

Commit 5a6272b

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.14.2
1 parent c229238 commit 5a6272b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

bankfeeds/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

bankfeeds/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
tagNamespacingDisabled: true
1111
sdkFlattening: true
1212
python:
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

bankfeeds/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="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,

bankfeeds/src/codat/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)