File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # urlr@2.10.0
1+ # urlr@2.10.1
22
33![ PyPI - Version] ( https://img.shields.io/pypi/v/urlr ) ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/urlr ) ![ PyPI - License] ( https://img.shields.io/pypi/l/urlr )
44
55This SDK is automatically generated with the [ OpenAPI Generator] ( https://openapi-generator.tech ) project.
66
77- API version: 1.10
8- - Package version: 2.10.0
8+ - Package version: 2.10.1
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
1111For more information, please visit [ https://urlr.me/en ] ( https://urlr.me/en )
Original file line number Diff line number Diff line change 11[project ]
22name = " urlr"
3- version = " 2.10.0 "
3+ version = " 2.10.1 "
44description = " Python client for URLR"
55authors = [
66 {name = " URLR" ,email = " contact@urlr.me" },
Original file line number Diff line number Diff line change 2222# prerequisite: setuptools
2323# http://pypi.python.org/pypi/setuptools
2424NAME = "urlr"
25- VERSION = "2.10.0 "
25+ VERSION = "2.10.1 "
2626PYTHON_REQUIRES = ">= 3.9"
2727REQUIRES = [
2828 "urllib3 >= 2.1.0, < 3.0.0" ,
Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "2.10.0 "
18+ __version__ = "2.10.1 "
1919
2020# Define package exports
2121__all__ = [
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def __init__(
9191 self .default_headers [header_name ] = header_value
9292 self .cookie = cookie
9393 # Set default User-Agent.
94- self .user_agent = 'OpenAPI-Generator/2.10.0 /python'
94+ self .user_agent = 'OpenAPI-Generator/2.10.1 /python'
9595 self .client_side_validation = configuration .client_side_validation
9696
9797 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ def to_debug_report(self) -> str:
512512 "OS: {env}\n " \
513513 "Python Version: {pyversion}\n " \
514514 "Version of the API: 1.10\n " \
515- "SDK Package Version: 2.10.0 " .\
515+ "SDK Package Version: 2.10.1 " .\
516516 format (env = sys .platform , pyversion = sys .version )
517517
518518 def get_host_settings (self ) -> List [HostSetting ]:
You can’t perform that action at this time.
0 commit comments