Skip to content

Commit 8dfc8b7

Browse files
committed
Release v2.2.33
1 parent 8c6fa94 commit 8dfc8b7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.2.33 20/06/2022
4+
5+
* Upgrade sentry-sdk and psutil
6+
* Check that node names for Qemu and Docker are valid
7+
* Backport reset all console connections. Fixes #2072
8+
* Add more video resolutions to Docker containers using VNC. Fixes #3329
9+
* Add python_requires=">=3.4" in setup.py. Fixes #3326
10+
* Only allow post release corrective versions of GUI and server to interact
11+
* Allow minor versions of GUI and server to interact
12+
* Update VirtViewer path. Fixes #3334
13+
314
## 2.2.32 27/04/2022
415

516
* Use public DSNs for Sentry

gns3/crash_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CrashReport:
5151
Report crash to a third party service
5252
"""
5353

54-
DSN = "https://8aa9e09917494af7b7def60f0aed8512@o19455.ingest.sentry.io/38506"
54+
DSN = "https://6d2fd9dad4d3498698b0bc5c2af01996@o19455.ingest.sentry.io/38506"
5555
_instance = None
5656

5757
def __init__(self):

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
2525

26-
__version__ = "2.2.33dev1"
27-
__version_info__ = (2, 2, 33, 99)
26+
__version__ = "2.2.33"
27+
__version_info__ = (2, 2, 33, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)