mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Release v3.0.0b1
This commit is contained in:
parent
3d383b25f0
commit
646f0fd837
@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# 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
|
## 3.0.0a6 15/11/2023
|
||||||
|
|
||||||
* Bundle web-ui v3.0.0a6
|
* Bundle web-ui v3.0.0a6
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
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
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "3.0.0a6"
|
__version__ = "3.0.0b1"
|
||||||
__version_info__ = (3, 0, 0, -99)
|
__version_info__ = (3, 0, 0, -99)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
|
Loading…
Reference in New Issue
Block a user