diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9747f6ef..3200de22 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.7.16 +current_version = 3.7.17-beta-0 tag = false parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P.*)-(?P\d+))? serialize = diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9709a9..90f0e0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.7.17-beta-0 (14/11/2023) + +--- + ## v3.7.16 (11/11/2023) - [[release] Fix version number](https://github.com/Feramance/qBitrr/commit/94897faa7a6e03f6a1dcec0de60dff908b0fb7d1) - @Feramance @@ -120,7 +124,3 @@ --- ## v3.7.12-beta-6 (23/10/2023) - ---- - -## v3.7.12-beta-5 (23/10/2023) diff --git a/Dockerfile b/Dockerfile index c2412f50..cf8880f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.10 LABEL Name="qBitrr" LABEL Maintainer="Feramance" -LABEL Version="3.7.16" +LABEL Version="3.7.17-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 diff --git a/qBitrr/bundled_data.py b/qBitrr/bundled_data.py index 37040cef..c184009c 100644 --- a/qBitrr/bundled_data.py +++ b/qBitrr/bundled_data.py @@ -1,5 +1,5 @@ -version = "3.7.16" -git_hash = "2db3bdb" +version = "3.7.17-beta-0" +git_hash = "c286a1f" license_text = ( "Licence can be found on:\n\nhttps://github.com/Feramance/qBitrr/blob/master/LICENSE" ) diff --git a/setup.cfg b/setup.cfg index 111df908..0c53c916 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = qBitrr2 -version = 3.7.16 +version = 3.7.17-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