Release v2.2.33.1

This commit is contained in:
grossmj
2022-06-21 10:48:02 +02:00
parent f22df5f016
commit 537304ce08
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 2.2.33.1 21/06/2022
* Match GNS3 server version
## 2.2.33 20/06/2022
* Upgrade sentry-sdk and psutil

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://6d2fd9dad4d3498698b0bc5c2af01996@o19455.ingest.sentry.io/38506"
DSN = "https://439b7b27129f4c46971fe7bdc38738de@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.34dev1"
__version_info__ = (2, 2, 34, 99)
__version__ = "2.2.33.1"
__version_info__ = (2, 2, 33, 0)
if "dev" in __version__:
try: