mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-24 23:16:44 +00:00
Release v3.0.0rc1
This commit is contained in:
parent
b80e1f3a22
commit
9bcf26b943
@ -1,5 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 3.0.0rc1 11/08/2024
|
||||||
|
|
||||||
|
* Bundle web-ui v3.0.0rc1
|
||||||
|
* Convert topologies < 3.0 to have valid node hostnames
|
||||||
|
* Fix to access resources_path and install_builtin_appliances settings
|
||||||
|
|
||||||
## 2.2.49 06/08/2024
|
## 2.2.49 06/08/2024
|
||||||
|
|
||||||
* Bundle web-ui v2.2.49
|
* Bundle web-ui v2.2.49
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://99870c759d1c1d62ceb091d59dbcfa78@o19455.ingest.us.sentry.io/38482"
|
DSN = "https://1ae6f3c9d64e75bf8ad39295723da722@o19455.ingest.us.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
# 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.0.dev14"
|
__version__ = "3.0.0rc1"
|
||||||
__version_info__ = (3, 0, 0, 99)
|
__version_info__ = (3, 0, 0, -99)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user