Skip to content

Commit

Permalink
Merge pull request #325 from codatio/speakeasy-sdk-regen-1694705146
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate Accounting library
  • Loading branch information
dcoplowe authored Sep 14, 2023
2 parents ac54161 + b038c56 commit be225e3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions previous-versions/accounting/RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2023-09-14 15:25:42
### 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.30.0] previous-versions/accounting
### Releases
- [PyPI v0.30.0] https://pypi.org/project/codat-accounting/0.30.0 - previous-versions/accounting
2 changes: 1 addition & 1 deletion previous-versions/accounting/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features:
nameOverrides: 2.81.1
retries: 2.82.0
python:
version: 0.29.0
version: 0.30.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.29.0",
version="0.30.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,7 +20,7 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '3.0.0'
sdk_version: str = '0.29.0'
sdk_version: str = '0.30.0'
gen_version: str = '2.109.3'
retry_config: RetryConfig = None

Expand Down

0 comments on commit be225e3

Please sign in to comment.