Skip to content

Commit a1d93dc

Browse files
chore(main): release 1.2.2
1 parent af5c5fe commit a1d93dc

7 files changed

Lines changed: 22 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/devopsarr/radarr-py/compare/v1.2.1...v1.2.2) (2026-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency radarr/radarr to v5.28.0.10274 ([c1d6850](https://github.com/devopsarr/radarr-py/commit/c1d6850da5b05cbe8d7abf0f4db52abc2cb35543))
9+
* **deps:** update dependency radarr/radarr to v6 ([73dc892](https://github.com/devopsarr/radarr-py/commit/73dc8924685e909fd33cc118e4348b73f306089d))
10+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([8573ad2](https://github.com/devopsarr/radarr-py/commit/8573ad2a1346b01180dfaa35b47ff669e8d3e71f))
11+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([be0c71c](https://github.com/devopsarr/radarr-py/commit/be0c71c94cdbed9cd9713e25dc1140b8786de3c3))
12+
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([3d06da9](https://github.com/devopsarr/radarr-py/commit/3d06da9391b2b1651fed70efb086c93099be381c))
13+
314
## [1.2.1](https://github.com/devopsarr/radarr-py/compare/v1.2.0...v1.2.1) (2025-09-04)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Radarr API docs
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v6.0.4.10291
7-
- Package version: 1.2.1 <!--- x-release-please-version -->
7+
- Package version: 1.2.2 <!--- x-release-please-version -->
88
- Generator version: 7.19.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "radarr"
3-
version = "1.2.1" # x-release-please-version
3+
version = "1.2.2" # x-release-please-version
44
description = "Radarr"
55
authors = [
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},

radarr/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
88
Radarr API docs
99
10-
The version of the OpenAPI document: v6.0.4.10291 # x-release-please-version
10+
The version of the OpenAPI document: v1.2.2.10291 # x-release-please-version
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.2.1" # x-release-please-version
17+
__version__ = "1.2.2" # x-release-please-version
1818

1919
# Define package exports
2020
__all__ = [

radarr/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Radarr API docs
77
8-
The version of the OpenAPI document: v6.0.4.10291 # x-release-please-version
8+
The version of the OpenAPI document: v1.2.2.10291 # x-release-please-version
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -91,7 +91,7 @@ def __init__(
9191
self.default_headers[header_name] = header_value
9292
self.cookie = cookie
9393
# Set default User-Agent.
94-
self.user_agent = 'radarr-py/v1.2.1' # x-release-please-version
94+
self.user_agent = 'radarr-py/v1.2.2' # x-release-please-version
9595
self.client_side_validation = configuration.client_side_validation
9696

9797
def __enter__(self):

radarr/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Radarr API docs
77
8-
The version of the OpenAPI document: v6.0.4.10291 # x-release-please-version
8+
The version of the OpenAPI document: v1.2.2.10291 # x-release-please-version
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -545,9 +545,9 @@ def to_debug_report(self) -> str:
545545
return "Python SDK Debug Report:\n"\
546546
"OS: {env}\n"\
547547
"Python Version: {pyversion}\n"\
548-
"Version of the API: v6.0.4.10291\n"\ # x-release-please-version
548+
"Version of the API: v1.2.2.10291\n"\ # x-release-please-version
549549
"SDK Package Version: {v}".\
550-
format(env=sys.platform, pyversion=sys.version, v="1.2.1") # x-release-please-version
550+
format(env=sys.platform, pyversion=sys.version, v="1.2.2") # x-release-please-version
551551

552552
def get_host_settings(self) -> List[HostSetting]:
553553
"""Gets an array of host settings

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Radarr API docs
77
8-
The version of the OpenAPI document: v6.0.4.10291 # x-release-please-version
8+
The version of the OpenAPI document: v1.2.2.10291 # x-release-please-version
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "radarr-py"
24-
VERSION = "1.2.1" # x-release-please-version
24+
VERSION = "1.2.2" # x-release-please-version
2525
PYTHON_REQUIRES = ">= 3.9"
2626
REQUIRES = [
2727
"urllib3 >= 2.1.0, < 3.0.0",

0 commit comments

Comments
 (0)