File tree Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.0] ( https://github.com/devopsarr/readarr-py/compare/v1.1.0...v1.2.0 ) (2025-09-02)
4+
5+
6+ ### Features
7+
8+ * update readarr build job to v0.4.10.2734 ([ 7287bd5] ( https://github.com/devopsarr/readarr-py/commit/7287bd54c219fe6f3ac1aa158ad732a19358271a ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** update openapitools/openapi-generator-cli docker tag to v7.12.0 ([ 8fecba5] ( https://github.com/devopsarr/readarr-py/commit/8fecba557e98a235848377f1c14fcbe084c4006c ) )
14+ * ** deps:** update openapitools/openapi-generator-cli docker tag to v7.15.0 ([ f62f707] ( https://github.com/devopsarr/readarr-py/commit/f62f7075fdc3ea82d6bfbb1fb8cbaccd43033774 ) )
15+
316## [ 1.1.0] ( https://github.com/devopsarr/readarr-py/compare/v1.0.1...v1.1.0 ) (2025-01-20)
417
518
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Readarr API docs
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: v0.4.10.2734
7- - Package version: 1.1 .0 <!-- - x-release-please-version -->
7+ - Package version: 1.2 .0 <!-- - x-release-please-version -->
88- Generator version: 7.15.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
Original file line number Diff line number Diff line change 11[project ]
22name = " readarr"
3- version = " 1.1 .0" # x-release-please-version
3+ version = " 1.2 .0" # x-release-please-version
44description = " Readarr"
55authors = [
66 {name = " OpenAPI Generator Community" ,email = " team@openapitools.org" },
Original file line number Diff line number Diff line change 1414""" # noqa: E501
1515
1616
17- __version__ = "1.1 .0" # x-release-please-version
17+ __version__ = "1.2 .0" # x-release-please-version
1818
1919# Define package exports
2020__all__ = [
Original file line number Diff line number Diff line change @@ -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 = 'readarr-py/v1.1 .0' # x-release-please-version
94+ self .user_agent = 'readarr-py/v1.2 .0' # x-release-please-version
9595 self .client_side_validation = configuration .client_side_validation
9696
9797 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ def to_debug_report(self) -> str:
542542 "Python Version: {pyversion}\n " \
543543 "Version of the API: v0.4.10.2734\n " \
544544 "SDK Package Version: {v}" .\
545- format (env = sys .platform , pyversion = sys .version , v = "1.1 .0" ) # x-release-please-version
545+ format (env = sys .platform , pyversion = sys .version , v = "1.2 .0" ) # x-release-please-version
546546
547547 def get_host_settings (self ) -> List [HostSetting ]:
548548 """Gets an array of host settings
Original file line number Diff line number Diff line change 2121# prerequisite: setuptools
2222# http://pypi.python.org/pypi/setuptools
2323NAME = "readarr-py"
24- VERSION = "1.1 .0" # x-release-please-version
24+ VERSION = "1.2 .0" # x-release-please-version
2525PYTHON_REQUIRES = ">= 3.9"
2626REQUIRES = [
2727 "urllib3 >= 2.1.0, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments