Skip to content

Commit 342ca95

Browse files
committed
Release v2.2.53
1 parent 187ef56 commit 342ca95

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

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

3+
## 2.2.53 21/01/2025
4+
5+
* Update file browser filters for all files and IOU images
6+
* Upgrade dependencies
7+
* Fix Linux Mint default terminal configuration
8+
39
## 2.2.52 02/12/2024
410

511
* Add iol extension filter. Ref #3664

gns3/crash_report.py

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

53-
DSN = "https://8a3db3ada69cd1c9817eafd87b400846@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://3ab14deb02a197dfb74396582e088adf@o19455.ingest.us.sentry.io/38506"
5454
_instance = None
5555

5656
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.53.dev1"
27-
__version_info__ = (2, 2, 53, 99)
26+
__version__ = "2.2.53"
27+
__version_info__ = (2, 2, 53, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)