Skip to content

Commit 9c9c290

Browse files
committed
ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.25.1
1 parent 9a905d5 commit 9c9c290

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

expenses/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,12 @@ Based on:
246246
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
247247
- Speakeasy CLI 1.23.1 (2.21.1) https://github.com/speakeasy-api/speakeasy
248248
### Releases
249-
- [PyPI v0.11.1] https://pypi.org/project/codat-sync-for-expenses/0.11.1 - expenses
249+
- [PyPI v0.11.1] https://pypi.org/project/codat-sync-for-expenses/0.11.1 - expenses
250+
251+
## 2023-04-26 14:59:30
252+
### Changes
253+
Based on:
254+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
255+
- Speakeasy CLI 1.25.1 (2.22.0) https://github.com/speakeasy-api/speakeasy
256+
### Releases
257+
- [PyPI v0.12.0] https://pypi.org/project/codat-sync-for-expenses/0.12.0 - expenses

expenses/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 564ec0fa991ade9549508b69ef38c166
3+
docChecksum: 5118ff49cce305b395dc4f260d52c736
44
docVersion: prealpha
5-
speakeasyVersion: 1.23.1
6-
generationVersion: 2.21.1
5+
speakeasyVersion: 1.25.1
6+
generationVersion: 2.22.0
77
generation:
88
telemetryEnabled: false
99
sdkClassName: CodatSyncExpenses
1010
singleTagPerOp: false
1111
python:
12-
version: 0.11.1
12+
version: 0.12.0
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
packageName: codat-sync-for-expenses

expenses/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-sync-for-expenses",
13-
version="0.11.1",
13+
version="0.12.0",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

expenses/src/codatsyncexpenses/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class CodatSyncExpenses:
4343
_security_client: requests_http.Session
4444
_server_url: str = SERVERS[0]
4545
_language: str = "python"
46-
_sdk_version: str = "0.11.1"
47-
_gen_version: str = "2.21.1"
46+
_sdk_version: str = "0.12.0"
47+
_gen_version: str = "2.22.0"
4848

4949
def __init__(self,
5050
security: shared.Security = None,

0 commit comments

Comments
 (0)