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 21, 2023
2 parents fb82ab8 + a761ae3 commit dc193d0
Show file tree
Hide file tree
Showing 5 changed files with 12 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.6-beta-0
current_version = 3.8.6
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
serialize =
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v3.8.6 (21/11/2023)
- [[release] qBittorrent version bump](https://github.com/Feramance/qBitrr/commit/3d8b8a32663ec996e746f6aafeb2ee2eb60d3e71) - @Feramance
- [Merge branch 'master' of https://github.com/Feramance/Qbitrr](https://github.com/Feramance/qBitrr/commit/cb477b3410e4edd52e5fecd7ff39faf80916f8e8) - @Feramance
- [[release] qBittorrent version bump](https://github.com/Feramance/qBitrr/commit/0506ec53b878e65a0d55b0ad1297b4bb29090101) - @Feramance

---

## v3.8.5 (20/11/2023)
- [[release] Release commit](https://github.com/Feramance/qBitrr/commit/6078ab5992f949e8d5fc473bb6ac5d65e6939ca5) - @Feramance
- [Series search final fix](https://github.com/Feramance/qBitrr/commit/00ec3ccdf1f5c27ac45557d7b5df8f8f7164954b) - @Feramance
Expand Down Expand Up @@ -169,7 +176,3 @@
---

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

---

## v3.7.13-beta-11 (30/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.6-beta-0"
LABEL Version="3.8.6"

# 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.6-beta-0"
git_hash = "2b4179c"
version = "3.8.6"
git_hash = "51c0f34"
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.6-beta-0
version = 3.8.6
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 dc193d0

Please sign in to comment.