mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Release v2.2.15
This commit is contained in:
parent
c46c095fcb
commit
7d031e71a0
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.15 07/10/2020
|
||||
|
||||
* Fix symbol retrieval issue. Ref #1824
|
||||
* Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
|
||||
* Fix Hyper-V based GNS3 VM WMI issue. Fixes #1822
|
||||
* Release Web-Ui version 2020.4.0-beta.1
|
||||
|
||||
## 2.2.14 14/09/2020
|
||||
|
||||
* Release Web-Ui version 2020.3.0-beta.4
|
||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://451594d76eaa42d08e1133e52df65616:2a7c754170b847dda3e559e59c13aa86@o19455.ingest.sentry.io/38482"
|
||||
DSN = "https://c0b6ce011d024391831923745a47c33f:459ea5884d3944f092b02e4183cb6d52@o19455.ingest.sentry.io/38482"
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
@ -23,8 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "2.2.15dev1"
|
||||
__version_info__ = (2, 2, 15, 99)
|
||||
__version__ = "2.2.15"
|
||||
__version_info__ = (2, 2, 15, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user