mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Release v2.2.29
This commit is contained in:
parent
35781e9b39
commit
aff06572d4
@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.29 08/01/2022
|
||||
|
||||
* Release web UI 2.2.29
|
||||
* Add NixOS in list of distributions with a package
|
||||
|
||||
## 2.2.28 15/12/2021
|
||||
|
||||
* Fix compute Docker test. Fixes #2003
|
||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://65c8d1b15839447b809b73846da6368d:44c12e78cfd948448b7ac9d284c7a63e@o19455.ingest.sentry.io/38482"
|
||||
DSN = "https://8eb8a1f4730949f9886df2c6fdc27755:795f8ac399d04d24a273fcb35f48b725@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.29dev1"
|
||||
__version_info__ = (2, 2, 29, 99)
|
||||
__version__ = "2.2.29"
|
||||
__version_info__ = (2, 2, 29, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user