Release v2.2.39

pull/2220/head v2.2.39
grossmj 1 year ago
parent 68f9c55f3d
commit d6ea546ff7

@ -1,5 +1,13 @@
# Change Log
## 2.2.39 08/05/2023
* Install web-ui v2.2.39
* Add generic function to install resource files
* Install empty Qemu disks on first start
* Check for colon in project name. Fixes #2203
* Upgrade distro and aiohttp dependencies
## 2.2.38 28/02/2023
* Bundle web-ui v2.2.38

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://4f6a87fd456f468ab0a87ecbc97ed8fb@o19455.ingest.sentry.io/38482"
DSN = "https://75db396c4c294ad7a05ff7e8804ae5b8@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.39.dev1"
__version_info__ = (2, 2, 39, 99)
__version__ = "2.2.39"
__version_info__ = (2, 2, 39, 0)
if "dev" in __version__:
try:

Loading…
Cancel
Save