diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7498b..b5c4178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.1.2](https://github.com/devopsarr/sonarr-py/compare/v1.1.1...v1.1.2) (2026-02-17) + + +### Bug Fixes + +* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([ace7d58](https://github.com/devopsarr/sonarr-py/commit/ace7d584b653bf5af98a8ab9bda31a3d831576d9)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([2c0929c](https://github.com/devopsarr/sonarr-py/commit/2c0929c6e1bf37fc46b4d5d945d60863e3532e92)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([fee17ef](https://github.com/devopsarr/sonarr-py/commit/fee17ef7ad1399e864f660cf0ec2821000e302eb)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([8eebc32](https://github.com/devopsarr/sonarr-py/commit/8eebc32aa05c0da2a6d946247d9be71da5b7113a)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([7da98e0](https://github.com/devopsarr/sonarr-py/commit/7da98e0af2fbb6827af96dac23abe77c306d60b5)) + ## [1.1.1](https://github.com/devopsarr/sonarr-py/compare/v1.1.0...v1.1.1) (2025-09-02) diff --git a/README.md b/README.md index e1aad7c..6df4b12 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. So This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v4.0.16.2944 -- Package version: 1.1.1 +- Package version: 1.1.2 - Generator version: 7.20.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/pyproject.toml b/pyproject.toml index bd3460e..85605b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sonarr" -version = "1.1.1" # x-release-please-version +version = "1.1.2" # x-release-please-version description = "Sonarr" authors = [ {name = "OpenAPI Generator Community",email = "team@openapitools.org"}, diff --git a/setup.py b/setup.py index 96756eb..99b7ac9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "sonarr-py" -VERSION = "1.1.1" # x-release-please-version +VERSION = "1.1.2" # x-release-please-version PYTHON_REQUIRES = ">= 3.9" REQUIRES = [ "urllib3 >= 2.1.0, < 3.0.0", diff --git a/sonarr/__init__.py b/sonarr/__init__.py index e1efe03..44d0bae 100644 --- a/sonarr/__init__.py +++ b/sonarr/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.1.1" # x-release-please-version +__version__ = "1.1.2" # x-release-please-version # Define package exports __all__ = [ diff --git a/sonarr/api_client.py b/sonarr/api_client.py index 2bdcf35..1422795 100644 --- a/sonarr/api_client.py +++ b/sonarr/api_client.py @@ -90,7 +90,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'sonarr-py/v1.1.1' # x-release-please-version + self.user_agent = 'sonarr-py/v1.1.2' # x-release-please-version self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sonarr/configuration.py b/sonarr/configuration.py index 12f44a5..fdaa3ce 100644 --- a/sonarr/configuration.py +++ b/sonarr/configuration.py @@ -545,7 +545,7 @@ def to_debug_report(self) -> str: "Python Version: {pyversion}\n"\ "Version of the API: v4.0.16.2944\n"\ "SDK Package Version: {v}".\ - format(env=sys.platform, pyversion=sys.version, v="1.1.1") # x-release-please-version + format(env=sys.platform, pyversion=sys.version, v="1.1.2") # x-release-please-version def get_host_settings(self) -> List[HostSetting]: """Gets an array of host settings