Skip to content

Commit ea75e43

Browse files
committed
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.6.0
1 parent 93a54ca commit ea75e43

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,12 @@ Based on:
4242
- OpenAPI Doc 0.1.0 ./openapi.yaml
4343
- Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
4444
### Releases
45-
- [PyPI v0.2.2] https://pypi.org/project/fabra/0.2.2 - ./
45+
- [PyPI v0.2.2] https://pypi.org/project/fabra/0.2.2 - ./
46+
47+
## Version 0.3.0
48+
### Changes
49+
Based on:
50+
- OpenAPI Doc 0.1.0 ./openapi.yaml
51+
- Speakeasy CLI 1.6.0 https://github.com/speakeasy-api/speakeasy
52+
### Releases
53+
- [PyPI v0.3.0] https://pypi.org/project/fabra/0.3.0 - ./

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5bdbad96d6d347d81789110337cf504a
44
docVersion: 0.1.0
5-
speakeasyVersion: 1.5.4
5+
speakeasyVersion: 1.6.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: Fabra
99
python:
10-
version: 0.2.2
10+
version: 0.3.0
1111
author: fabra
1212
description: Python Client SDK Generated by Speakeasy
1313
packageName: fabra

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="fabra",
11-
version="0.2.2",
11+
version="0.3.0",
1212
author="fabra",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

src/fabra/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class Fabra:
2626
_security: shared.Security
2727
_server_url: str = SERVERS[0]
2828
_language: str = "python"
29-
_sdk_version: str = "0.2.2"
30-
_gen_version: str = "1.5.4"
29+
_sdk_version: str = "0.3.0"
30+
_gen_version: str = "1.6.0"
3131

3232
def __init__(self) -> None:
3333
self._client = requests.Session()

0 commit comments

Comments
 (0)