Release v2.2.58.1

This commit is contained in:
grossmj 2026-04-12 20:59:20 +08:00
parent d9b8d0d1ff
commit 58fc6a8478
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## 2.2.58.1 12/04/2026
* Sync appliances
## 2.2.58 10/04/2026
* Bundle web-ui v2.2.58

View File

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://74851857a3f05aecd909415e2a4cbd60@o19455.ingest.us.sentry.io/38482"
DSN = "https://414ae874065f1f5d4ad7004b9246b1aa@o19455.ingest.us.sentry.io/38482"
_instance = None
def __init__(self):

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.59.dev1"
__version_info__ = (2, 2, 59, 99)
__version__ = "2.2.58.1"
__version_info__ = (2, 2, 58, -99)
if "dev" in __version__:
try: