Skip to content

Commit

Permalink
Release v3.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 27, 2023
1 parent 39bd405 commit ec41dfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 3.0.0b1 27/11/2023

* Upgrade sentry-sdk to v1.37.1
* Deactivate showing a percentage in progress bar. Ref #3543

## 3.0.0a6 15/11/2023

* Possible fix for stuck image upload. Ref https://github.com/GNS3/gns3-server/issues/2310
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://fefe86649c347b07c6084a74348a58cb@o19455.ingest.sentry.io/38506"
DSN = "https://e8a092c2b34cea59be10b291d760ce65@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__ = "3.0.0a6"
__version__ = "3.0.0b1"
__version_info__ = (3, 0, 0, -99)

if "dev" in __version__:
Expand Down

0 comments on commit ec41dfa

Please sign in to comment.