Skip to content

Commit be225e3

Browse files
authored
Merge pull request #325 from codatio/speakeasy-sdk-regen-1694705146
chore: speakeasy sdk regeneration - Generate Accounting library
2 parents ac54161 + b038c56 commit be225e3

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
## 2023-09-14 15:25:42
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
7+
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [python v0.30.0] previous-versions/accounting
10+
### Releases
11+
- [PyPI v0.30.0] https://pypi.org/project/codat-accounting/0.30.0 - previous-versions/accounting

previous-versions/accounting/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features:
1818
nameOverrides: 2.81.1
1919
retries: 2.82.0
2020
python:
21-
version: 0.29.0
21+
version: 0.30.0
2222
author: Codat
2323
description: Access standardized accounting data from our accounting integrations.
2424
maxMethodParams: 0

previous-versions/accounting/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="codat-accounting",
13-
version="0.29.0",
13+
version="0.30.0",
1414
author="Codat",
1515
description="Access standardized accounting data from our accounting integrations.",
1616
long_description=long_description,

previous-versions/accounting/src/codataccounting/sdkconfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SDKConfiguration:
2020
server_idx: int = 0
2121
language: str = 'python'
2222
openapi_doc_version: str = '3.0.0'
23-
sdk_version: str = '0.29.0'
23+
sdk_version: str = '0.30.0'
2424
gen_version: str = '2.109.3'
2525
retry_config: RetryConfig = None
2626

0 commit comments

Comments
 (0)