1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 05:49:03 +00:00

Release v2.2.48.1

This commit is contained in:
grossmj 2024-07-12 18:26:16 +02:00
parent 677bc389a5
commit 8659439829
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
4 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## 2.2.48.1 12/07/2024
* Bundle web-ui v2.2.48.1
## 2.2.48 08/07/2024
* Bundle web-ui v2.2.48

View File

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://3fb84d1ee07fa46b3638825e30cb8f05@o19455.ingest.us.sentry.io/38482"
DSN = "https://9888239d177479b53f1b089ec43f4630@o19455.ingest.us.sentry.io/38482"
_instance = None
def __init__(self):

File diff suppressed because one or more lines are too long

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.49.dev1"
__version_info__ = (2, 2, 49, 99)
__version__ = "2.2.48.1"
__version_info__ = (2, 2, 48, -99)
if "dev" in __version__:
try: