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
12 changes: 11 additions & 1 deletion previous-versions/accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,4 +608,14 @@ Based on:
### Generated
- [python v0.1.0] previous-versions/accounting
### Releases
- [PyPI v0.1.0] https://pypi.org/project/codat-accounting/0.1.0 - previous-versions/accounting
- [PyPI v0.1.0] https://pypi.org/project/codat-accounting/0.1.0 - previous-versions/accounting

## 2023-09-13 15:20:04
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.29.0] previous-versions/accounting
### Releases
- [PyPI v0.29.0] https://pypi.org/project/codat-accounting/0.29.0 - previous-versions/accounting
6 changes: 3 additions & 3 deletions previous-versions/accounting/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: bf07ea520f122be20c6440be5e0dcce6
docVersion: 3.0.0
speakeasyVersion: 1.82.5
generationVersion: 2.108.3
speakeasyVersion: 1.83.2
generationVersion: 2.109.3
generation:
sdkClassName: CodatAccounting
singleTagPerOp: false
Expand All @@ -18,7 +18,7 @@ features:
nameOverrides: 2.81.1
retries: 2.82.0
python:
version: 0.28.1
version: 0.29.0
author: Codat
description: Access standardized accounting data from our accounting integrations.
maxMethodParams: 0
Expand Down
2 changes: 1 addition & 1 deletion previous-versions/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.1.0",
version="0.29.0",
author="Codat",
description="Access standardized accounting data from our accounting integrations.",
long_description=long_description,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '3.0.0'
sdk_version: str = '0.1.0'
gen_version: str = '2.108.3'
sdk_version: str = '0.29.0'
gen_version: str = '2.109.3'
retry_config: RetryConfig = None

def get_server_details(self) -> tuple[str, dict[str, str]]:
Expand Down