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 Nov 17, 2023
2 parents 2ae9cf7 + 84774ac commit 7362017
Show file tree
Hide file tree
Showing 5 changed files with 10 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.8.4-beta-0
current_version = 3.8.4
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
serialize =
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.8.4 (17/11/2023)
- [[release] Hopefully the final fix for 3.8 before 3.9](https://github.com/Feramance/qBitrr/commit/cd55708e29a09e9a289549414713af7e42583c5d) - @Feramance

---

## v3.8.3 (17/11/2023)
- [[release] Release fix](https://github.com/Feramance/qBitrr/commit/8317b993cd2b1650327665b63152bb207163d01f) - @Feramance
- [[release] Release fix and logging changes](https://github.com/Feramance/qBitrr/commit/ed3a58dae64f98d8d2add6182940688117331210) - @Feramance
Expand Down Expand Up @@ -146,7 +151,3 @@
---

## v3.7.13-beta-10 (30/10/2023)

---

## v3.7.13-beta-5 (27/10/2023)
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.8.4-beta-0"
LABEL Version="3.8.4"

# 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
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 = "3.8.4-beta-0"
git_hash = "600ebe9"
version = "3.8.4"
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.8.4-beta-0
version = 3.8.4
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 7362017

Please sign in to comment.