Release v3.1.0a2

This commit is contained in:
grossmj
2026-05-13 00:34:05 +08:00
parent a9cbf3533b
commit 89b0e35fd1
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 3.1.0a2 12/05/2026
* Release v2.2.59
* Remove psutil version check
* Fix remaining PyQt6 compatibility issues. Fixes #3822
* Add --title to remote-viewer console commands. Fixes #3783
* Fix deleting drawings. Ref #3810
## 2.2.59 08/05/2026
* Remove psutil version check

View File

@@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://ad5cafd40fbb67eff077dce60ea2ebc7@o19455.ingest.us.sentry.io/38506"
DSN = "https://45b39b114d5c49acf77e6de84648ec3d@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__ = "3.1.0.dev2"
__version_info__ = (3, 1, 0, 99)
__version__ = "3.1.0a2"
__version_info__ = (3, 1, 0, -99)
if "dev" in __version__:
try: