diff --git a/accounting/RELEASES.md b/accounting/RELEASES.md index abc766287..1075cccc2 100644 --- a/accounting/RELEASES.md +++ b/accounting/RELEASES.md @@ -286,4 +286,12 @@ Based on: - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml - Speakeasy CLI 1.26.0 (2.23.0) https://github.com/speakeasy-api/speakeasy ### Releases -- [PyPI v0.14.0] https://pypi.org/project/codat-accounting/0.14.0 - accounting \ No newline at end of file +- [PyPI v0.14.0] https://pypi.org/project/codat-accounting/0.14.0 - accounting + +## 2023-04-27 15:44:19 +### Changes +Based on: +- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml +- Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy +### Releases +- [PyPI v0.14.1] https://pypi.org/project/codat-accounting/0.14.1 - accounting \ No newline at end of file diff --git a/accounting/gen.yaml b/accounting/gen.yaml index 62b53e43f..a60895671 100644 --- a/accounting/gen.yaml +++ b/accounting/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: d63c1d5e49b47159c13ca935e4ee445f docVersion: 2.1.0 - speakeasyVersion: 1.26.0 - generationVersion: 2.23.0 + speakeasyVersion: 1.26.1 + generationVersion: 2.23.1 generation: telemetryEnabled: false sdkClassName: CodatAccounting singleTagPerOp: false python: - version: 0.14.0 + version: 0.14.1 author: Speakeasy description: Python Client SDK Generated by Speakeasy packageName: codat-accounting diff --git a/accounting/setup.py b/accounting/setup.py index d245d5d98..4c3beb0d7 100755 --- a/accounting/setup.py +++ b/accounting/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="codat-accounting", - version="0.14.0", + version="0.14.1", author="Speakeasy", description="Python Client SDK Generated by Speakeasy", long_description=long_description, diff --git a/accounting/src/codataccounting/sdk.py b/accounting/src/codataccounting/sdk.py index d1d761c73..7c51257c1 100755 --- a/accounting/src/codataccounting/sdk.py +++ b/accounting/src/codataccounting/sdk.py @@ -102,8 +102,8 @@ class CodatAccounting: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "0.14.0" - _gen_version: str = "2.23.0" + _sdk_version: str = "0.14.1" + _gen_version: str = "2.23.1" def __init__(self, security: shared.Security = None,