From 4cf9890fd0b59a5d945db9d2c1ca4078f852748d Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 09:36:02 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- sonarr/__init__.py | 2 +- sonarr/api_client.py | 2 +- sonarr/configuration.py | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c75203..867decd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/devopsarr/sonarr-py/compare/v1.1.0...v1.1.1) (2025-03-14) + + +### Bug Fixes + +* **deps:** update dependency sonarr/sonarr to v4.0.13.2932 ([88879d2](https://github.com/devopsarr/sonarr-py/commit/88879d28b1960198e2c83aa7a6da9c6ca65b2d84)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.12.0 ([9ffdd19](https://github.com/devopsarr/sonarr-py/commit/9ffdd196783e1a88a855dbe17b1280571c15bc5f)) + ## [1.1.0](https://github.com/devopsarr/sonarr-py/compare/v1.0.2...v1.1.0) (2025-01-20) diff --git a/README.md b/README.md index bef4ac4..415c2fe 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.13.2932 -- Package version: 1.1.0 +- Package version: 1.1.1 - Generator version: 7.12.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/pyproject.toml b/pyproject.toml index edc6ce9..13f1ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarr" -version = "1.1.0" # x-release-please-version +version = "1.1.1" # x-release-please-version description = "Sonarr" authors = ["OpenAPI Generator Community "] license = "GPL-3.0" diff --git a/setup.py b/setup.py index c14ee43..ad170fa 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.0" # x-release-please-version +VERSION = "1.1.1" # x-release-please-version PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0", diff --git a/sonarr/__init__.py b/sonarr/__init__.py index 7967a3c..2d687c0 100644 --- a/sonarr/__init__.py +++ b/sonarr/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.1.0" # x-release-please-version +__version__ = "1.1.1" # x-release-please-version # import apis into sdk package from sonarr.api.api_info_api import ApiInfoApi diff --git a/sonarr/api_client.py b/sonarr/api_client.py index f4f41b0..aaf6318 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.0' # x-release-please-version + self.user_agent = 'sonarr-py/v1.1.1' # 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 bae907f..f9dc39d 100644 --- a/sonarr/configuration.py +++ b/sonarr/configuration.py @@ -542,7 +542,7 @@ def to_debug_report(self) -> str: "Python Version: {pyversion}\n"\ "Version of the API: v4.0.13.2932\n"\ "SDK Package Version: {v}".\ - format(env=sys.platform, pyversion=sys.version, v="1.1.0") # x-release-please-version + format(env=sys.platform, pyversion=sys.version, v="1.1.1") # x-release-please-version def get_host_settings(self) -> List[HostSetting]: """Gets an array of host settings