Skip to content

Commit

Permalink
Release v3.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Apr 7, 2024
1 parent 34ef843 commit bb58671
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0b2 07/04/2024

* Enable local controller support on Linux
* Support for custom Qemu path in templates and nodes
* Round CPUs value in Docker templates and VMs. Ref https://github.com/GNS3/gns3-gui/issues/3572

## 2.2.46 26/02/2024

* Add GNS3 console command "env" to show what environment variables are used. Ref https://github.com/GNS3/gns3-server/issues/2306
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Expand Up @@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://e8a092c2b34cea59be10b291d760ce65@o19455.ingest.sentry.io/38506"
DSN = "https://5450a634dcf74dacf3f24800e31c4cf8@o19455.ingest.us.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "3.0.0.dev12"
__version_info__ = (3, 0, 0, 99)
__version__ = "3.0.0b2"
__version_info__ = (3, 0, 0, -99)

if "dev" in __version__:
try:
Expand Down

0 comments on commit bb58671

Please sign in to comment.