Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion banking/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,12 @@ Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
- Speakeasy CLI 1.26.0 (2.23.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.13.0] https://pypi.org/project/codat-banking/0.13.0 - banking
- [PyPI v0.13.0] https://pypi.org/project/codat-banking/0.13.0 - banking

## 2023-04-27 15:44:22
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
- Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.13.1] https://pypi.org/project/codat-banking/0.13.1 - banking
6 changes: 3 additions & 3 deletions banking/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: 021e7fb3d6543c3585c6b446151af997
docVersion: 2.1.0
speakeasyVersion: 1.26.0
generationVersion: 2.23.0
speakeasyVersion: 1.26.1
generationVersion: 2.23.1
generation:
telemetryEnabled: false
sdkClassName: CodatBanking
singleTagPerOp: false
python:
version: 0.13.0
version: 0.13.1
author: Speakeasy
description: Python Client SDK Generated by Speakeasy
packageName: codat-banking
2 changes: 1 addition & 1 deletion banking/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="codat-banking",
version="0.13.0",
version="0.13.1",
author="Speakeasy",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions banking/src/codatbanking/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class CodatBanking:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.13.0"
_gen_version: str = "2.23.0"
_sdk_version: str = "0.13.1"
_gen_version: str = "2.23.1"

def __init__(self,
security: shared.Security = None,
Expand Down