Release v2.2.11

This commit is contained in:
grossmj
2020-07-09 20:37:10 +09:30
parent 94c636ae61
commit 4e50c2a4b1
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.2.11 09/07/2020
* Try to fix "Recent project" selection not working. Ref #3007
* Fix debug entries shown twice in console window and double error messages with remote GNS3VM. Fixes #3010
* Fix deprecation warning. Ref #3009
* Fix tests on macOS. Ref #3009
* Fix sentry SDK is configured twice.
## 2.2.10 18/06/2020
* New fix for multi-device selection/deselection not working as expected with right click. Fixes #2986

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://3c47173082f044e68333dcfda3739866:e974d349e0124461b80c7f26e62f4839@o19455.ingest.sentry.io/38506"
DSN = "https://2bd594d79ae248d38422b43a914abc4f:cd35061ce69c4fc99c4dc9e195087512@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.11dev1"
__version_info__ = (2, 2, 11, 99)
__version__ = "2.2.11"
__version_info__ = (2, 2, 11, 0)
# If it's a git checkout try to add the commit
if "dev" in __version__: