Release v2.2.38

pull/2192/head v2.2.38
grossmj 1 year ago
parent 69b741a01e
commit 91dba66800

@ -1,5 +1,14 @@
# Change Log
## 2.2.38 28/02/2023
* Bundle web-ui v2.2.38
* Fix c7200_i0_log.txt is created in the current directory. Fixes #2191
* Check swtpm version and start swtpm before qemu
* Fix broken websocket console with Python 3.11
* Fix "cannot reopen console". Ref #2182
* Fix Qemu binary not set when adding appliance from template
## 2.2.37 25/01/2023
* Fix link communication issues on Windows with uBridge

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://5eb3c88b4e4949d985a6c4c71157b9c3@o19455.ingest.sentry.io/38482"
DSN = "https://4f6a87fd456f468ab0a87ecbc97ed8fb@o19455.ingest.sentry.io/38482"
_instance = None
def __init__(self):

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

Loading…
Cancel
Save