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 @@ -22,4 +22,12 @@ Based on:
2222- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
2323- Speakeasy CLI 1.7.0 https://github.com/speakeasy-api/speakeasy
2424### Releases
25- - [ PyPI v0.1.2] https://pypi.org/project/codat-accounting/0.1.2 - accounting
25+ - [ PyPI v0.1.2] https://pypi.org/project/codat-accounting/0.1.2 - accounting
26+
27+ ## 2023-03-02 00:12:23
28+ ### Changes
29+ Based on:
30+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
31+ - Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
32+ ### Releases
33+ - [ PyPI v0.1.3] https://pypi.org/project/codat-accounting/0.1.3 - accounting
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : 77f34961c793c5bc9854fd3e866b3257
44 docVersion : 2.1.0
5- speakeasyVersion : 1.7.0
5+ speakeasyVersion : 1.7.1
66generation :
77 telemetryEnabled : false
88 sdkClassName : codat
99 sdkFlattening : true
1010python :
11- version : 0.1.2
11+ version : 0.1.3
1212 author : Speakeasy
1313 description : Python Client SDK Generated by Speakeasy
1414 packageName : codat-accounting
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-accounting" ,
11- version = "0.1.2 " ,
11+ version = "0.1.3 " ,
1212 author = "Speakeasy" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ class Codat:
6868 _security : shared .Security
6969 _server_url : str = SERVERS [0 ]
7070 _language : str = "python"
71- _sdk_version : str = "0.1.2 "
72- _gen_version : str = "1.7.0 "
71+ _sdk_version : str = "0.1.3 "
72+ _gen_version : str = "1.7.1 "
7373
7474 def __init__ (self ) -> None :
7575 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments