Skip to content

Commit 026fe7f

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.14.2
1 parent a9b71ed commit 026fe7f

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
@@ -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

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.1
13+
version: 0.6.2
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.1",
13+
version="0.6.2",
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.1"
28+
_sdk_version: str = "0.6.2"
2929
_gen_version: str = "2.13.0"
3030

3131
def __init__(self,

0 commit comments

Comments
 (0)