Release v2.2.58.1

This commit is contained in:
grossmj
2026-04-12 20:59:21 +08:00
parent c4570098a4
commit 1cf86ed4b5
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 2.2.58.1 12/04/2026
* Fix callback issues in found in v2.2.58
## 2.2.58 10/04/2026
* Update snapshot date & time format

View File

@@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://6eeccf4e06aaf1752e4244e27e81ffed@o19455.ingest.us.sentry.io/38506"
DSN = "https://af760e2022b321441622330f11dcb650@o19455.ingest.us.sentry.io/38506"
_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: