Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Dec 20, 2024
1 parent 0654b79 commit 2e2a2c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.0 20/12/2024

* Change title of QMessageBox

## 2.2.52 02/12/2024

* Add iol extension filter. Ref #3664
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://bdeaa5280541ff34eb9c533dec80ee53@o19455.ingest.us.sentry.io/38506"
DSN = "https://77c0749c7bf450b586f2495c285b10d2@o19455.ingest.us.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
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.dev14"
__version_info__ = (3, 0, 0, 99)
__version__ = "3.0.0"
__version_info__ = (3, 0, 0, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 2e2a2c3

Please sign in to comment.