Bump version to 0.5.1 and update localization files; update dependencies in requirements and pyproject.toml
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-03-15 22:16:07 +01:00
parent 218f0b9b79
commit 56640942c8
7 changed files with 180 additions and 57 deletions

View File

@@ -142,7 +142,7 @@ class ImageBrowser(tk.Tk):
super().__init__()
self.title("Kapitanbooru Uploader")
self.geometry("900x600")
self.version = "0.5.0"
self.version = "0.5.1"
self.acknowledged_version = parse_version(self.version)
self.settings = Settings()