From da8adbaa18ab60e053af2a619efd468f4c8950f3 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 8 Jan 2022 22:14:59 +1030 Subject: [PATCH] Release v2.2.29 --- CHANGELOG | 8 ++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 954116166..4c48da3fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Change Log +## 2.2.29 08/01/2022 + +* Clear cache when opening symbol selection dialog. Fixes #3256 +* Fix @ in username issue with HTTP authentication. Fixes #3275 +* Use '//' operator instead of int() +* Fix create drawing item calls since mapToScene() returns a QPointF https://doc.qt.io/qt-5/qgraphicsview.html#mapToScene-4 +* Fixed QPoint called with floats + ## 2.2.28 15/12/2021 * Fixed drawLine called with float arguments diff --git a/gns3/crash_report.py b/gns3/crash_report.py index e5a1564c1..6cb0a632e 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -51,7 +51,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://afea6dfc1b52427daa40387216e31764:2aeb84def9164bfaa2136d2684892252@o19455.ingest.sentry.io/38506" + DSN = "https://e4f24eeace594021a586b0b40d2b756c:d2ea5c062d274e6bbfd64367363a69c7@o19455.ingest.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index b494da275..bbceb9c47 100644 --- a/gns3/version.py +++ b/gns3/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.29dev1" -__version_info__ = (2, 2, 29, 99) +__version__ = "2.2.29" +__version_info__ = (2, 2, 29, 0) if "dev" in __version__: try: