File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22 "packageName" : " notehub_py" ,
33 "packageUrl" : " https://github.com/blues/notehub-py" ,
44 "projectName" : " notehub-py" ,
5- "packageVersion" : " 2.0 .0"
5+ "packageVersion" : " 2.1 .0"
66}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The OpenAPI definition for the Notehub.io API.
55This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
66
77- API version: 1.2.0
8- - Package version: 2.0 .0
8+ - Package version: 2.1 .0
99- Generator version: 7.5.0
1010- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111For more information, please visit [ https://dev.blues.io/support/ ] ( https://dev.blues.io/support/ )
Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "2.0 .0"
18+ __version__ = "2.1 .0"
1919
2020# import apis into sdk package
2121from notehub_py .api .alert_api import AlertApi
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def __init__(
8686 self .default_headers [header_name ] = header_value
8787 self .cookie = cookie
8888 # Set default User-Agent.
89- self .user_agent = "OpenAPI-Generator/2.0 .0/python"
89+ self .user_agent = "OpenAPI-Generator/2.1 .0/python"
9090 self .client_side_validation = configuration .client_side_validation
9191
9292 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ def to_debug_report(self):
423423 "OS: {env}\n "
424424 "Python Version: {pyversion}\n "
425425 "Version of the API: 1.2.0\n "
426- "SDK Package Version: 2.0 .0" .format (env = sys .platform , pyversion = sys .version )
426+ "SDK Package Version: 2.1 .0" .format (env = sys .platform , pyversion = sys .version )
427427 )
428428
429429 def get_host_settings (self ):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " notehub_py"
3- version = " 2.0 .0"
3+ version = " 2.1 .0"
44description = " Notehub API"
55authors = [
" Blues Engineering <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 2525# prerequisite: setuptools
2626# http://pypi.python.org/pypi/setuptools
2727NAME = "notehub-py"
28- VERSION = "2.0 .0"
28+ VERSION = "2.1 .0"
2929PYTHON_REQUIRES = ">=3.7"
3030REQUIRES = [
3131 "urllib3 >= 2.5.0" ,
You can’t perform that action at this time.
0 commit comments