Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Feramance/qBitrr
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 4, 2024
2 parents fefb8da + a8e7232 commit 6a8c622
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 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 = 4.10.1
current_version = 4.10.2
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
Expand Down
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v4.10.2 (04/12/2024)
- [[patch] Hotfix bad variable](https://github.com/Feramance/qBitrr/commit/e880563a91ca6a5f681bb66a49a6f247f42d3124) - @Feramance

---

## v4.10.1 (04/12/2024)
- [[patch] Hotfix backwards compatibility for temp profile configs](https://github.com/Feramance/qBitrr/commit/4ac7c016e7470b168005d0f468535ab4a0abb67e) - @Feramance

Expand Down Expand Up @@ -343,9 +348,3 @@

## v4.7.4 (29/05/2024)
- [[patch] Potential fix](https://github.com/Feramance/qBitrr/commit/060de09a90984f678980dd24e1cbd97ad33faab5) - @Feramance

---

## v4.7.3 (29/05/2024)
- [[patch] Another test](https://github.com/Feramance/qBitrr/commit/bc4f505876612409fbb844d279b25ebeee00517a) - @Feramance
- [[patch] Changing setuptools for pyinstaller](https://github.com/Feramance/qBitrr/commit/b15fdeb5c733c78cb97580a9f465a709492389f5) - @Feramance
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="4.10.1"
LABEL Version="4.10.2"
LABEL org.opencontainers.image.source=https://github.com/feramance/qbitrr

# Env used by the script to determine if its inside a docker -
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target-version = ['py38']

[tool.poetry]
name = "pypi-public"
version = "4.10.1"
version = "4.10.2"
description = "A simple script to monitor qBit and communicate with Radarr and Sonarr"
authors = ["Drapersniper", "Feramance"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions qBitrr/bundled_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = "4.10.1"
git_hash = "935e0a4"
version = "4.10.2"
git_hash = "b30c63d"
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 = 4.10.1
version = 4.10.2
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 6a8c622

Please sign in to comment.