Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
[auto-release][patch] Automated version bump: 2.1.11 >> 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Dec 20, 2021
1 parent 1ee15b5 commit fe47e33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 2.1.11
current_version = 2.1.12
tag = false

[bumpversion:file:setup.cfg]
Expand Down
2 changes: 1 addition & 1 deletion qBitrr/bundled_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 = 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
Expand Down

0 comments on commit fe47e33

Please sign in to comment.