Skip to content

Commit ef1808e

Browse files
authored
Merge pull request #24 from devopsarr/release-please--branches--main
chore(main): release 0.4.1
2 parents 1d91830 + 9b9aea3 commit ef1808e

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/devopsarr/prowlarr-py/compare/v0.4.0...v0.4.1) (2023-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* set pydantic version ([908b230](https://github.com/devopsarr/prowlarr-py/commit/908b2304bec9c14bffda872b41b590fc5fbcc71d))
9+
310
## [0.4.0](https://github.com/devopsarr/prowlarr-py/compare/v0.3.2...v0.4.0) (2023-05-19)
411

512

README.md

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

66
[comment]: # (x-release-please-start-version)
7-
- Package version: 0.4.0
7+
- Package version: 0.4.1
88

99
[comment]: # (x-release-please-end)
1010
- API version: 1.0.0

prowlarr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from __future__ import absolute_import
1616

1717
# x-release-please-start-version
18-
__version__ = "0.4.0"
18+
__version__ = "0.4.1"
1919
# x-release-please-end
2020

2121
# import apis into sdk package

prowlarr/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.cookie = cookie
7979
# Set default User-Agent.
8080
# x-release-please-start-version
81-
self.user_agent = 'prowlarr-py/v0.4.0'
81+
self.user_agent = 'prowlarr-py/v0.4.1'
8282
# x-release-please-end
8383
self.client_side_validation = configuration.client_side_validation
8484

prowlarr/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def to_debug_report(self):
430430
:return: The report for debugging.
431431
"""
432432
# x-release-please-start-version
433-
sdkversion = '0.4.0'
433+
sdkversion = '0.4.1'
434434
# x-release-please-end
435435
return "Python SDK Debug Report:\n"\
436436
"OS: {env}\n"\

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "prowlarr-py"
5-
version = "0.4.0"
5+
version = "0.4.1"
66
dependencies = [
77
"urllib3>=1.25.3",
88
"python-dateutil",

0 commit comments

Comments
 (0)