Skip to content

Commit 7b31abe

Browse files
committed
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.8.4
1 parent 6f16adb commit 7b31abe

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
@@ -66,4 +66,12 @@ Based on:
6666
- OpenAPI Doc 0.1.0 ./openapi.yaml
6767
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
6868
### Releases
69-
- [PyPI v0.5.0] https://pypi.org/project/fabra/0.5.0 - ./
69+
- [PyPI v0.5.0] https://pypi.org/project/fabra/0.5.0 - ./
70+
71+
## Version 0.5.1
72+
### Changes
73+
Based on:
74+
- OpenAPI Doc 0.1.0 ./openapi.yaml
75+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
76+
### Releases
77+
- [PyPI v0.5.1] https://pypi.org/project/fabra/0.5.1 - ./

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.8.2
5+
speakeasyVersion: 1.8.4
66
generation:
77
telemetryEnabled: false
88
sdkClassName: Fabra
99
python:
10-
version: 0.5.0
10+
version: 0.5.1
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.5.0",
11+
version="0.5.1",
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
@@ -23,8 +23,8 @@ class Fabra:
2323
_security: shared.Security
2424
_server_url: str = SERVERS[0]
2525
_language: str = "python"
26-
_sdk_version: str = "0.5.0"
27-
_gen_version: str = "1.8.2"
26+
_sdk_version: str = "0.5.1"
27+
_gen_version: str = "1.8.4"
2828

2929
def __init__(self) -> None:
3030
self._client = requests.Session()

0 commit comments

Comments
 (0)