Skip to content

Commit

Permalink
Release v3.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Aug 11, 2024
1 parent b056de3 commit 5afa1ed
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.0rc1 11/08/2024

* Add keep the original compute IDs option when exporting a project

## 2.2.49 06/08/2024

* Upgrade jsonschema and sentry-sdk packages
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://4c7f622318895db756d831ed45f65940@o19455.ingest.us.sentry.io/38506"
DSN = "https://c301a34e9441a539bf6a012a52d8a504@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.0rc1"
__version_info__ = (3, 0, 0, -99)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 5afa1ed

Please sign in to comment.