Bump version: 1.9.2.dev0 → 1.9.2

This commit is contained in:
samschott 2024-03-25 23:19:56 +01:00
parent 18d66642d1
commit ba441968f4
No known key found for this signature in database
GPG Key ID: 455100A147F0A99C
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.2.dev0
current_version = 1.9.2
commit = True
tag = False
parse = ^

View File

@ -50,8 +50,8 @@ content-type = "text/markdown"
[project.optional-dependencies]
gui = [
"maestral-qt>=1.9.2.dev0;sys_platform=='linux'",
"maestral-cocoa>=1.9.2.dev0;sys_platform=='darwin'",
"maestral-qt>=1.9.2;sys_platform=='linux'",
"maestral-cocoa>=1.9.2;sys_platform=='darwin'",
]
syslog = ["systemd-python"]
lint = [