Release v2.2.48

This commit is contained in:
grossmj
2024-07-08 18:44:09 +02:00
parent d340b1f50a
commit 1e80354e4e
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.2.48 08/07/2024
* Use "experimental features" to allow bypassing hostname validation. Ref #3524
* Update appliance_v8.json. Ref https://github.com/GNS3/gns3-registry/pull/897
* Option to keep the compute IDs unchanged when exporting a project
* Upgrade sentry-sdk and psutil packages
* Switch to PyQt5 5.15.10 for macOS build
## 2.2.47 15/05/2024
* Remove maximum size for capture dialog. Ref #3576

View File

@@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://235ecbc961abe34327a4a397d8ce427a@o19455.ingest.us.sentry.io/38506"
DSN = "https://a9154d40d27d0cecfdbf5943b2ea68d5@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.48.dev1"
__version_info__ = (2, 2, 48, 99)
__version__ = "2.2.48"
__version_info__ = (2, 2, 48, 0)
if "dev" in __version__:
try: