Bump version to 0.9.8; update localization files and adjust tag processing logic
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-09-04 21:55:33 +02:00
parent a62e503afd
commit 80f6a678a1
5 changed files with 8 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class Core:
"""
def __init__(self, settings: Settings, gui_mode: bool = True):
self.version = "0.9.7"
self.version = "0.9.8"
self.acknowledged_version = parse_version(self.version)
self.settings = settings
self.tags_repo = TagsRepo(settings)