From 7b52cd4f8182961c58ef021807658549b76e2640 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 7 Sep 2022 01:05:41 +0200 Subject: [PATCH] Release v3.0.0a2 --- CHANGELOG | 12 ++++++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7288047f0..261e23851 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,17 @@ # Change Log +## 3.0.0a2 06/09/2022 + +* Add missing 'sys' module. Ref #3373 +* Upgrade dev dependencies +* Dot not allow "no border" style for line items +* Use "none" for solid line style in drawing items +* Implement new option (Delete All) to contextual menu in "Console" dock. Fixes #3325 +* Fix editing Docker container config generates exception and empty config. Fixes #3371 +* Fix 2560x1440 resolution for Docker container +* Fix cannot detect images by default when trying to upload them in the Image Manager. Fixes #3367 +* Fix unable to set VNC console resolution. Fixes #3365 + ## 3.0.0a1 04/08/2022 * Set default symbol theme to "Affinity-square-blue" diff --git a/gns3/crash_report.py b/gns3/crash_report.py index 7b6e4335e..4cc314d55 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://c2d4584e0a7b41bb8139956a84967e35@o19455.ingest.sentry.io/38506" + DSN = "https://d551ae4af1324d79bdbb21c7362a4833@o19455.ingest.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index 0100264d2..81d43beaa 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__ = "3.0.0dev4" -__version_info__ = (3, 0, 0, 99) +__version__ = "3.0.0a2" +__version_info__ = (3, 0, 0, -99) if "dev" in __version__: try: