File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11configVersion : 1.0.0
22management :
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
77generation :
88 telemetryEnabled : false
99 sdkClassName : CodatSyncExpenses
1010 singleTagPerOp : false
1111python :
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
Original file line number Diff line number Diff line change 1010
1111setuptools .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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments