Skip to content

Commit 0321c11

Browse files
committed
Release v2.2.32
1 parent 522df41 commit 0321c11

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

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

3+
## 2.2.32 27/04/2022
4+
5+
* Use public DSNs for Sentry
6+
* Fix exception when doubleclick on NAT node. Fixes #3312
7+
* Fix "Apply" button in the "Preferences" dialog stays gray when templates/nodes are opened by double-click. Fixes #3307
8+
* Add 'reset docks' in the view menu. Ref #3317
9+
310
## 2.2.31 26/02/2022
411

512
* Install setuptools v59.6.0 when using Python 3.6

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://3af06592e0804039befaae43066b8fb8@o19455.ingest.sentry.io/38506"
54+
DSN = "https://8aa9e09917494af7b7def60f0aed8512@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.32dev1"
27-
__version_info__ = (2, 2, 32, 99)
26+
__version__ = "2.2.32"
27+
__version_info__ = (2, 2, 32, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)