Skip to content

Commit 15e5a34

Browse files
chore(main): release 1.1.2
1 parent 27b34d6 commit 15e5a34

File tree

8 files changed

+23
-7
lines changed

8 files changed

+23
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.1.2"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/devopsarr/sonarr-py/compare/v1.1.1...v1.1.2) (2026-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([ba0c1e5](https://github.com/devopsarr/sonarr-py/commit/ba0c1e5b085b5c7ef93e393b607e0f8a2e15bfd1))
9+
* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([ace7d58](https://github.com/devopsarr/sonarr-py/commit/ace7d584b653bf5af98a8ab9bda31a3d831576d9))
10+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.16.0 ([f40399b](https://github.com/devopsarr/sonarr-py/commit/f40399b0af8a5a972d7b60062032f3bfd67984a2))
11+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([2c0929c](https://github.com/devopsarr/sonarr-py/commit/2c0929c6e1bf37fc46b4d5d945d60863e3532e92))
12+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([ee6a223](https://github.com/devopsarr/sonarr-py/commit/ee6a223dc22e352b18a92934422a9d571af69157))
13+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([fee17ef](https://github.com/devopsarr/sonarr-py/commit/fee17ef7ad1399e864f660cf0ec2821000e302eb))
14+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([b7581f5](https://github.com/devopsarr/sonarr-py/commit/b7581f5bcd8c53171746140f4f9998edd0bf4d2e))
15+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([8eebc32](https://github.com/devopsarr/sonarr-py/commit/8eebc32aa05c0da2a6d946247d9be71da5b7113a))
16+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([61e0cc5](https://github.com/devopsarr/sonarr-py/commit/61e0cc562c8b90ae3138d20c81335c84b176bc71))
17+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([7da98e0](https://github.com/devopsarr/sonarr-py/commit/7da98e0af2fbb6827af96dac23abe77c306d60b5))
18+
319
## [1.1.1](https://github.com/devopsarr/sonarr-py/compare/v1.1.0...v1.1.1) (2025-09-02)
420

521

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. So
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v4.0.16.2944
7-
- Package version: 1.1.1 <!--- x-release-please-version -->
7+
- Package version: 1.1.2 <!--- x-release-please-version -->
88
- Generator version: 7.20.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sonarr"
3-
version = "1.1.1" # x-release-please-version
3+
version = "1.1.2" # x-release-please-version
44
description = "Sonarr"
55
authors = [
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# prerequisite: setuptools
2020
# http://pypi.python.org/pypi/setuptools
2121
NAME = "sonarr-py"
22-
VERSION = "1.1.1" # x-release-please-version
22+
VERSION = "1.1.2" # x-release-please-version
2323
PYTHON_REQUIRES = ">= 3.9"
2424
REQUIRES = [
2525
"urllib3 >= 2.1.0, < 3.0.0",

sonarr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.1.1" # x-release-please-version
17+
__version__ = "1.1.2" # x-release-please-version
1818

1919
# Define package exports
2020
__all__ = [

sonarr/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'sonarr-py/v1.1.1' # x-release-please-version
93+
self.user_agent = 'sonarr-py/v1.1.2' # x-release-please-version
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

sonarr/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def to_debug_report(self) -> str:
545545
"Python Version: {pyversion}\n"\
546546
"Version of the API: v4.0.16.2944\n"\
547547
"SDK Package Version: {v}".\
548-
format(env=sys.platform, pyversion=sys.version, v="1.1.1") # x-release-please-version
548+
format(env=sys.platform, pyversion=sys.version, v="1.1.2") # x-release-please-version
549549

550550
def get_host_settings(self) -> List[HostSetting]:
551551
"""Gets an array of host settings

0 commit comments

Comments
 (0)