Release v2.2.33

This commit is contained in:
grossmj
2022-06-20 20:53:21 +02:00
parent 8c6fa9433f
commit 8dfc8b7714
3 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,16 @@
# Change Log
## 2.2.33 20/06/2022
* Upgrade sentry-sdk and psutil
* Check that node names for Qemu and Docker are valid
* Backport reset all console connections. Fixes #2072
* Add more video resolutions to Docker containers using VNC. Fixes #3329
* Add python_requires=">=3.4" in setup.py. Fixes #3326
* Only allow post release corrective versions of GUI and server to interact
* Allow minor versions of GUI and server to interact
* Update VirtViewer path. Fixes #3334
## 2.2.32 27/04/2022
* Use public DSNs for Sentry

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://8aa9e09917494af7b7def60f0aed8512@o19455.ingest.sentry.io/38506"
DSN = "https://6d2fd9dad4d3498698b0bc5c2af01996@o19455.ingest.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.33dev1"
__version_info__ = (2, 2, 33, 99)
__version__ = "2.2.33"
__version_info__ = (2, 2, 33, 0)
if "dev" in __version__:
try: