File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,12 @@ Based on:
3434- OpenAPI Doc 0.1.0 ./openapi.yaml
3535- Speakeasy CLI 1.5.3 https://github.com/speakeasy-api/speakeasy
3636### Releases
37- - [ PyPI v0.2.1] https://pypi.org/project/fabra/0.2.1 - ./
37+ - [ PyPI v0.2.1] https://pypi.org/project/fabra/0.2.1 - ./
38+
39+ ## Version 0.2.2
40+ ### Changes
41+ Based on:
42+ - OpenAPI Doc 0.1.0 ./openapi.yaml
43+ - Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
44+ ### Releases
45+ - [ PyPI v0.2.2] https://pypi.org/project/fabra/0.2.2 - ./
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ configVersion: 1.0.0
22management :
33 docChecksum : 5bdbad96d6d347d81789110337cf504a
44 docVersion : 0.1.0
5- speakeasyVersion : 1.5.3
5+ speakeasyVersion : 1.5.4
66generation :
77 telemetryEnabled : false
88 sdkClassName : Fabra
99python :
10- version : 0.2.1
10+ version : 0.2.2
1111 author : fabra
1212 description : Python Client SDK Generated by Speakeasy
1313 packageName : fabra
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "fabra" ,
11- version = "0.2.1 " ,
11+ version = "0.2.2 " ,
1212 author = "fabra" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff 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.1 "
30- _gen_version : str = "1.5.3 "
29+ _sdk_version : str = "0.2.2 "
30+ _gen_version : str = "1.5.4 "
3131
3232 def __init__ (self ) -> None :
3333 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments