Skip to content

Commit c456444

Browse files
Merge pull request #24 from codatio/speakeasy-sdk-regen-1677715944
chore: speakeasy sdk regeneration - Generate Accounting SDK
2 parents 158c2bb + 6d27b0c commit c456444

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

accounting/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ Based on:
2222
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
2323
- Speakeasy CLI 1.7.0 https://github.com/speakeasy-api/speakeasy
2424
### Releases
25-
- [PyPI v0.1.2] https://pypi.org/project/codat-accounting/0.1.2 - accounting
25+
- [PyPI v0.1.2] https://pypi.org/project/codat-accounting/0.1.2 - accounting
26+
27+
## 2023-03-02 00:12:23
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
31+
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v0.1.3] https://pypi.org/project/codat-accounting/0.1.3 - accounting

accounting/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 77f34961c793c5bc9854fd3e866b3257
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.7.0
5+
speakeasyVersion: 1.7.1
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.1.2
11+
version: 0.1.3
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-accounting

accounting/setup.py

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

99
setuptools.setup(
1010
name="codat-accounting",
11-
version="0.1.2",
11+
version="0.1.3",
1212
author="Speakeasy",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

accounting/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class Codat:
6868
_security: shared.Security
6969
_server_url: str = SERVERS[0]
7070
_language: str = "python"
71-
_sdk_version: str = "0.1.2"
72-
_gen_version: str = "1.7.0"
71+
_sdk_version: str = "0.1.3"
72+
_gen_version: str = "1.7.1"
7373

7474
def __init__(self) -> None:
7575
self._client = requests.Session()

0 commit comments

Comments
 (0)