1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Release v2.2.13

This commit is contained in:
grossmj 2020-09-04 23:13:28 +09:30
parent ffde704251
commit b4c7823696
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Change Log # 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 ## 2.2.12 07/08/2020
* Release Web-Ui version 2020.3.0-beta.2 * Release Web-Ui version 2020.3.0-beta.2

View File

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service 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 _instance = None
def __init__(self): def __init__(self):

View File

@ -23,8 +23,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__ = "2.2.13dev1" __version__ = "2.2.13"
__version_info__ = (2, 2, 13, 99) __version_info__ = (2, 2, 13, 0)
if "dev" in __version__: if "dev" in __version__:
try: try: