Release v2.2.24

This commit is contained in:
grossmj
2021-08-25 20:31:26 +09:30
parent 5b9111b55d
commit 966873bc6c
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
## 2.2.24 25/08/2021
* Fix incorrect Qemu binary selected when importing template. Fixes https://github.com/GNS3/gns3-gui/issues/3216
* Early support for Python3.10
* Bump pywin32 from 300 to 301
* Add PyQt5==5.12.3 for macOS build
## 2.2.23 05/08/2021
* Handle -no-kvm param deprecated in Qemu >= v5.2

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://61741888663f4c5397e6cb7ff818a62b:ca196fe1e263480892906b6f9295f63b@o19455.ingest.sentry.io/38506"
DSN = "https://2ec08a0f8d314572b17dd2eba910a401:83d32ce66b444d0a81dd25170b4bfd34@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.24dev1"
__version_info__ = (2, 2, 24, 99)
__version__ = "2.2.24"
__version_info__ = (2, 2, 24, 0)
if "dev" in __version__:
try: