Release v2.2.40.1

pull/2240/head v2.2.40.1
grossmj 11 months ago
parent 16b619066a
commit 60f1d76eab

@ -1,5 +1,9 @@
# Change Log
## 2.2.40.1 10/06/2023
* Re-bundle Web-Ui v2.2.40. Fixes #2239
## 2.2.40 06/06/2023
* qemu : with network adapter_type equal to "virtio-net-pci", fix the speed to 10000 and duplex to full. The values are actually fake. (https://github.com/GNS3/gns3-gui/issues/3476)

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

Loading…
Cancel
Save