From 124abb3fdc0d0bb434e6d38680011cdfcb8c8a4c Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:12:32 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 7 +++++++ 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, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8267e7f..02585d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/devopsarr/sonarr-py/compare/v1.0.1...v1.0.2) (2024-10-08) + + +### Bug Fixes + +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.9.0 ([0d61f0e](https://github.com/devopsarr/sonarr-py/commit/0d61f0eedb41c66e5bd925ef50877f345f3271a3)) + ## [1.0.1](https://github.com/devopsarr/sonarr-py/compare/v1.0.0...v1.0.1) (2024-02-21) diff --git a/README.md b/README.md index ca872ac..c291a13 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.9.2244 -- Package version: 1.0.1 +- Package version: 1.0.2 - Generator version: 7.9.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/pyproject.toml b/pyproject.toml index d2d8a3e..a35e6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarr" -version = "1.0.1" # x-release-please-version +version = "1.0.2" # x-release-please-version description = "Sonarr" authors = ["OpenAPI Generator Community "] license = "GPL-3.0" diff --git a/setup.py b/setup.py index ff99f68..cecf32e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "sonarr-py" -VERSION = "1.0.1" # x-release-please-version +VERSION = "1.0.2" # 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 cc3e059..bc95e5d 100644 --- a/sonarr/__init__.py +++ b/sonarr/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.0.1" # x-release-please-version +__version__ = "1.0.2" # 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 c7d6c13..c031f97 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.0.1' # x-release-please-version + self.user_agent = 'sonarr-py/v1.0.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 88b3b92..e65db93 100644 --- a/sonarr/configuration.py +++ b/sonarr/configuration.py @@ -423,7 +423,7 @@ def to_debug_report(self): "Python Version: {pyversion}\n"\ "Version of the API: v4.0.9.2244\n"\ "SDK Package Version: {v}".\ - format(env=sys.platform, pyversion=sys.version, v="1.0.1") # x-release-please-version + format(env=sys.platform, pyversion=sys.version, v="1.0.2") # x-release-please-version def get_host_settings(self): """Gets an array of host settings