Skip to content

Commit

Permalink
Merge pull request #3481 from GNS3/release-v2.2.40.1
Browse files Browse the repository at this point in the history
Release v2.2.40.1
  • Loading branch information
grossmj authored Jun 10, 2023
2 parents 9649895 + 1446748 commit 522091d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.2.40.1 10/06/2023

* No changes

## 2.2.40 06/06/2023

* Change log messages for Websocket errors
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://60c5c2bb187449cb8c56478e86a4c516@o19455.ingest.sentry.io/38506"
DSN = "https://486bdeb4a1a94f129b676eb677f598e5@o19455.ingest.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.40"
__version__ = "2.2.40.1"
__version_info__ = (2, 2, 40, 0)

if "dev" in __version__:
Expand Down

0 comments on commit 522091d

Please sign in to comment.