Release v3.0.0b1

pull/2362/head v3.0.0b1
grossmj 6 months ago
parent 3d383b25f0
commit 646f0fd837

@ -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

@ -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):

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
# number has been incremented)
__version__ = "3.0.0a6"
__version__ = "3.0.0b1"
__version_info__ = (3, 0, 0, -99)
if "dev" in __version__:

Loading…
Cancel
Save