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 3d383b2 commit 646f0fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.0.0b1 27/11/2023

* Bundle web-ui v3.0.0b1
* Upgrade sentry-sdk to v1.37.1
* Upgrade aiohttp to v3.9.1
* Fix bug when listing endpoints for opened project
* Make images executable after importing a project
* Disable IOS hostname check for Dynamips ghost instances

## 3.0.0a6 15/11/2023

* Bundle web-ui v3.0.0a6
Expand Down
2 changes: 1 addition & 1 deletion gns3server/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://7439f47d7914699d39d94fa76b867a65@o19455.ingest.sentry.io/38482"
DSN = "https://1608802d5d3109b6533e8b270cc8c9b6@o19455.ingest.sentry.io/38482"
_instance = None

def __init__(self):
Expand Down
1 change: 0 additions & 1 deletion gns3server/static/web-ui/main.5699f8c67ccc8359.js

This file was deleted.

2 changes: 1 addition & 1 deletion gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 646f0fd

Please sign in to comment.