File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1.1] ( https://github.com/devopsarr/sonarr-py/compare/v1.1.0...v1.1.1 ) (2025-03-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency sonarr/sonarr to v4.0.13.2932 ([ 88879d2] ( https://github.com/devopsarr/sonarr-py/commit/88879d28b1960198e2c83aa7a6da9c6ca65b2d84 ) )
9
+ * ** deps:** update openapitools/openapi-generator-cli docker tag to v7.12.0 ([ 9ffdd19] ( https://github.com/devopsarr/sonarr-py/commit/9ffdd196783e1a88a855dbe17b1280571c15bc5f ) )
10
+
3
11
## [ 1.1.0] ( https://github.com/devopsarr/sonarr-py/compare/v1.0.2...v1.1.0 ) (2025-01-20)
4
12
5
13
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. So
4
4
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
5
5
6
6
- API version: v4.0.13.2932
7
- - Package version: 1.1.0 <!-- - x-release-please-version -->
7
+ - Package version: 1.1.1 <!-- - x-release-please-version -->
8
8
- Generator version: 7.12.0
9
9
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sonarr"
3
- version = " 1.1.0 " # x-release-please-version
3
+ version = " 1.1.1 " # x-release-please-version
4
4
description = " Sonarr"
5
5
authors = [" OpenAPI Generator Community <team@openapitools.org>" ]
6
6
license = " GPL-3.0"
Original file line number Diff line number Diff line change 21
21
# prerequisite: setuptools
22
22
# http://pypi.python.org/pypi/setuptools
23
23
NAME = "sonarr-py"
24
- VERSION = "1.1.0 " # x-release-please-version
24
+ VERSION = "1.1.1 " # x-release-please-version
25
25
PYTHON_REQUIRES = ">= 3.8"
26
26
REQUIRES = [
27
27
"urllib3 >= 1.25.3, < 3.0.0" ,
Original file line number Diff line number Diff line change 14
14
""" # noqa: E501
15
15
16
16
17
- __version__ = "1.1.0 " # x-release-please-version
17
+ __version__ = "1.1.1 " # x-release-please-version
18
18
19
19
# import apis into sdk package
20
20
from sonarr .api .api_info_api import ApiInfoApi
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def __init__(
90
90
self .default_headers [header_name ] = header_value
91
91
self .cookie = cookie
92
92
# Set default User-Agent.
93
- self .user_agent = 'sonarr-py/v1.1.0 ' # x-release-please-version
93
+ self .user_agent = 'sonarr-py/v1.1.1 ' # x-release-please-version
94
94
self .client_side_validation = configuration .client_side_validation
95
95
96
96
def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ def to_debug_report(self) -> str:
542
542
"Python Version: {pyversion}\n " \
543
543
"Version of the API: v4.0.13.2932\n " \
544
544
"SDK Package Version: {v}" .\
545
- format (env = sys .platform , pyversion = sys .version , v = "1.1.0 " ) # x-release-please-version
545
+ format (env = sys .platform , pyversion = sys .version , v = "1.1.1 " ) # x-release-please-version
546
546
547
547
def get_host_settings (self ) -> List [HostSetting ]:
548
548
"""Gets an array of host settings
You can’t perform that action at this time.
0 commit comments