From fe47e33f9d9ba032944ebc278726210b034262cd Mon Sep 17 00:00:00 2001 From: Draper <27962761+Drapersniper@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:52:13 +0000 Subject: [PATCH] [auto-release][patch] Automated version bump: 2.1.11 >> 2.1.12 --- .bumpversion.cfg | 2 +- qBitrr/bundled_data.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b7e2da0d..d81c89a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.11 +current_version = 2.1.12 tag = false [bumpversion:file:setup.cfg] diff --git a/qBitrr/bundled_data.py b/qBitrr/bundled_data.py index 3e68a33b..967d1a1f 100644 --- a/qBitrr/bundled_data.py +++ b/qBitrr/bundled_data.py @@ -10,7 +10,7 @@ def resource_path(relative_path: str) -> str: return os.path.join(base_path, relative_path) -version = "2.1.11" +version = "2.1.12" git_hash = pathlib.Path(resource_path("git_hash.txt")).read_text().strip() license_text = ( f"{pathlib.Path(resource_path('LICENSE')).read_text().strip()}\n\n" diff --git a/setup.cfg b/setup.cfg index b6ee38d8..27beb38f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = qBitrr -version = 2.1.11 +version = 2.1.12 description = A simple script to monitor Qbit and communicate with Radarr and Sonarr long_description = file: README.md long_description_content_type = text/markdown