Skip to content

Commit

Permalink
Series search final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 20, 2023
1 parent be03f49 commit 00ec3cc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.9.0-beta-0
current_version = 3.8.5-beta-0
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.10

LABEL Name="qBitrr"
LABEL Maintainer="Feramance"
LABEL Version="3.9.0-beta-0"
LABEL Version="3.8.5-beta-0"

# Env used by the script to determine if its inside a docker -
# if this is set to 69420 it will change the working dir for docker specific values
Expand Down
5 changes: 0 additions & 5 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2400,11 +2400,6 @@ def maybe_do_search(
else:
file_model: SeriesFilesModel
active_commands = self.arr_db_query_commands_count()
self.logger.trace(
"Starting search for: %s | [id=%s]",
file_model.Title,
file_model.EntryId,
)
self.logger.debug(
"%s%s active search commands",
request_tag,
Expand Down
2 changes: 1 addition & 1 deletion qBitrr/bundled_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.0-beta-0"
version = "3.8.5-beta-0"
git_hash = "5979043"
license_text = (
"Licence can be found on:\n\nhttps://github.com/Feramance/qBitrr/blob/master/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = qBitrr2
version = 3.9.0-beta-0
version = 3.8.5-beta-0
description = "A simple Python script to talk to qBittorrent and Arr's"
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 00ec3cc

Please sign in to comment.