Skip to content

Commit 3920c28

Browse files
committed
Release v2.2.27
1 parent b34f51e commit 3920c28

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.27 12/11/2021
4+
5+
* Fix symbols in "Symbol selection" dialog are not placed in alphabetical order. Fixes #3245
6+
* Fix links duplicates in topology summary. Fixes #3251
7+
* chore : use --no-cache-dir flag to pip in dockerfiles to save space
8+
39
## 2.2.26 08/10/2021
410

511
* Upgrade embedded Python to version 3.7 in Windows package

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://803fefdf04db46ee9f4f245a53e58e70:91e2e200ee32481a976937182357ecc8@o19455.ingest.sentry.io/38506"
54+
DSN = "https://4afb719ce2104feb9cc256d0e049d9a1:b0340c0f91c54947bc987da013c4e933@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.27dev1"
27-
__version_info__ = (2, 2, 27, 99)
26+
__version__ = "2.2.27"
27+
__version_info__ = (2, 2, 27, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)