Skip to content

Commit

Permalink
Merge pull request #8 from devopsarr/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.2
  • Loading branch information
Fuochi authored Mar 27, 2023
2 parents fc85e85 + 6f88ef5 commit 3df4bc8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/devopsarr/lidarr-py/compare/v0.2.1...v0.2.2) (2023-03-27)


### Bug Fixes

* **devopsarr/sonarr-py#6:** remove timespan validator ([b4c0396](https://github.com/devopsarr/lidarr-py/commit/b4c03962b24e2b10a233f2e0347631b64afaf208))

## [0.2.1](https://github.com/devopsarr/lidarr-py/compare/v0.2.0...v0.2.1) (2023-03-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lidarr API docs
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

[comment]: # (x-release-please-start-version)
- Package version: 0.2.1
- Package version: 0.2.2

[comment]: # (x-release-please-end)
- API version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion lidarr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import absolute_import

# x-release-please-start-version
__version__ = "0.2.1"
__version__ = "0.2.2"
# x-release-please-end

# import apis into sdk package
Expand Down
2 changes: 1 addition & 1 deletion lidarr/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'lidarr-py/v0.2.1'
self.user_agent = 'lidarr-py/v0.2.2'
# x-release-please-end
self.client_side_validation = configuration.client_side_validation

Expand Down
2 changes: 1 addition & 1 deletion lidarr/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def to_debug_report(self):
:return: The report for debugging.
"""
# x-release-please-start-version
sdkversion = '0.2.1'
sdkversion = '0.2.2'
# x-release-please-end
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "lidarr-py"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"urllib3 >= 1.25.3",
"python-dateutil",
Expand Down

0 comments on commit 3df4bc8

Please sign in to comment.