File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed
Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -170,4 +170,12 @@ Based on:
170170- OpenAPI Doc 1.0 ./openapi/openapi.yaml
171171- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
172172### Releases
173- - [ PyPI v0.9.3] https://pypi.org/project/orb-billing/0.9.3 - .
173+ - [ PyPI v0.9.3] https://pypi.org/project/orb-billing/0.9.3 - .
174+
175+ ## 2023-05-11 01:21:54
176+ ### Changes
177+ Based on:
178+ - OpenAPI Doc 1.0 ./openapi/openapi.yaml
179+ - Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
180+ ### Releases
181+ - [ PyPI v0.9.4] https://pypi.org/project/orb-billing/0.9.4 - .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : 6e4bdd28542cd40dfd7bff6656309923
44 docVersion : " 1.0"
5- speakeasyVersion : 1.29.2
6- generationVersion : 2.26.2
5+ speakeasyVersion : 1.30.0
6+ generationVersion : 2.26.3
77generation :
88 telemetryEnabled : false
99 sdkClassName : Orb
1010 singleTagPerOp : false
1111python :
12- version : 0.9.3
12+ version : 0.9.4
1313 author : Orb-Speakeasy
1414 description : Python Client SDK Generated by Speakeasy
1515 maxMethodParams : 4
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "orb-billing" ,
13- version = "0.9.3 " ,
13+ version = "0.9.4 " ,
1414 author = "Orb-Speakeasy" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ class Orb:
4444 _security_client : requests_http .Session
4545 _server_url : str = SERVERS [0 ]
4646 _language : str = "python"
47- _sdk_version : str = "0.9.3 "
48- _gen_version : str = "2.26.2 "
47+ _sdk_version : str = "0.9.4 "
48+ _gen_version : str = "2.26.3 "
4949
5050 def __init__ (self ,
5151 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments