From 5df4bc9c99774d95f8b8e5df7a9815fdf15418d6 Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 06:19:24 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- pyproject.toml | 2 +- sonarr/__init__.py | 2 +- sonarr/api_client.py | 2 +- sonarr/configuration.py | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53e261..a11bac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/devopsarr/sonarr-py/compare/v0.8.0...v0.9.0) (2023-08-23) + + +### Features + +* add sonarr auto tagging schema return type ([feeea7c](https://github.com/devopsarr/sonarr-py/commit/feeea7c43dcef2f2a0b3216b67de2d22dfed8f44)) + ## [0.8.0](https://github.com/devopsarr/sonarr-py/compare/v0.7.0...v0.8.0) (2023-07-21) diff --git a/README.md b/README.md index 8bc4605..cb0e6ea 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: [comment]: # (x-release-please-start-version) -- Package version: 0.8.0 +- Package version: 0.9.0 [comment]: # (x-release-please-end) - API version: 3.0.0 diff --git a/pyproject.toml b/pyproject.toml index e535abf..12c1e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "sonarr-py" -version = "0.8.0" +version = "0.9.0" dependencies = [ "urllib3>=1.25.3", "python-dateutil", diff --git a/sonarr/__init__.py b/sonarr/__init__.py index 6b62ec2..f36cac6 100644 --- a/sonarr/__init__.py +++ b/sonarr/__init__.py @@ -15,7 +15,7 @@ from __future__ import absolute_import # x-release-please-start-version -__version__ = "0.8.0" +__version__ = "0.9.0" # x-release-please-end # import apis into sdk package diff --git a/sonarr/api_client.py b/sonarr/api_client.py index d35a422..e1596ca 100644 --- a/sonarr/api_client.py +++ b/sonarr/api_client.py @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.cookie = cookie # Set default User-Agent. # x-release-please-start-version - self.user_agent = 'sonarr-py/v0.8.0' + self.user_agent = 'sonarr-py/v0.9.0' # x-release-please-end self.client_side_validation = configuration.client_side_validation diff --git a/sonarr/configuration.py b/sonarr/configuration.py index e6bd262..41a7eff 100644 --- a/sonarr/configuration.py +++ b/sonarr/configuration.py @@ -430,7 +430,7 @@ def to_debug_report(self): :return: The report for debugging. """ # x-release-please-start-version - sdkversion = '0.8.0' + sdkversion = '0.9.0' # x-release-please-end return "Python SDK Debug Report:\n"\ "OS: {env}\n"\