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 accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [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
6 changes: 3 additions & 3 deletions accounting/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion accounting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions accounting/src/codataccounting/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down