mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Release v2.2.13
This commit is contained in:
parent
ffde704251
commit
b4c7823696
@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.13 04/09/2020
|
||||
|
||||
* Release Web-Ui 2020.3.0-beta.3
|
||||
* Fix issue when resuming Qemu VM. Fixes https://github.com/GNS3/gns3-gui/issues/3027
|
||||
|
||||
## 2.2.12 07/08/2020
|
||||
|
||||
* Release Web-Ui version 2020.3.0-beta.2
|
||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://464a18a662fa482bad15b5ea0c899d5d:cef46213853149e7b6633019302e6bfd@o19455.ingest.sentry.io/38482"
|
||||
DSN = "https://f4321d95918b4f87a4e684ef2611ce36:c0eec6e073b04969a9d79f0ff4402dd1@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.13dev1"
|
||||
__version_info__ = (2, 2, 13, 99)
|
||||
__version__ = "2.2.13"
|
||||
__version_info__ = (2, 2, 13, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user