From 0dbcd35886d7bf25e130a73108159d4f1cbe4560 Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:03:33 +0000 Subject: [PATCH] chore(main): release 0.10.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 a11bac4..2b219f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/devopsarr/sonarr-py/compare/v0.9.0...v0.10.0) (2023-10-11) + + +### Miscellaneous Chores + +* **#41:** release 0.10.0 ([18d494e](https://github.com/devopsarr/sonarr-py/commit/18d494ef2e8a8fb5108c83765943cab663c0ef70)) + ## [0.9.0](https://github.com/devopsarr/sonarr-py/compare/v0.8.0...v0.9.0) (2023-08-23) diff --git a/README.md b/README.md index 76ff745..81c68fe 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.9.0 +- Package version: 0.10.0 [comment]: # (x-release-please-end) - API version: 3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 12c1e03..fb984f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "sonarr-py" -version = "0.9.0" +version = "0.10.0" dependencies = [ "urllib3>=1.25.3", "python-dateutil", diff --git a/sonarr/__init__.py b/sonarr/__init__.py index d6499be..e9777ce 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.9.0" +__version__ = "0.10.0" # x-release-please-end # import apis into sdk package diff --git a/sonarr/api_client.py b/sonarr/api_client.py index e1596ca..2975ce0 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.9.0' + self.user_agent = 'sonarr-py/v0.10.0' # x-release-please-end self.client_side_validation = configuration.client_side_validation diff --git a/sonarr/configuration.py b/sonarr/configuration.py index 41a7eff..e6131d6 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.9.0' + sdkversion = '0.10.0' # x-release-please-end return "Python SDK Debug Report:\n"\ "OS: {env}\n"\