diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7498b..4563af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.2](https://github.com/devopsarr/sonarr-py/compare/v1.1.1...v1.1.2) (2025-11-07) + + +### 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)) + ## [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 48ac4a2..1e26139 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.17.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 4310164..26a8c95 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,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 bd01372..64ff467 100644 --- a/sonarr/api_client.py +++ b/sonarr/api_client.py @@ -91,7 +91,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 05a2130..99d6832 100644 --- a/sonarr/configuration.py +++ b/sonarr/configuration.py @@ -546,7 +546,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