Bump version to 0.8.1 and update localization files; modify tag processing to accept tags repository
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-03-27 22:00:38 +01:00
parent b1b8ed237e
commit df83c9dcdc
5 changed files with 8 additions and 8 deletions

View File

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