mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Release v2.2.31
This commit is contained in:
parent
bb26ef2c3d
commit
22c16e3608
@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.31 26/02/2022
|
||||
|
||||
* Install setuptools v59.6.0 when using Python 3.6
|
||||
|
||||
## 2.2.30 25/02/2022
|
||||
|
||||
* Support GNS3 variables in Docker environment variables. Fixes #2033
|
||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://18531a47d1f44867a7ddf9393e8e9594:5db0c6602e4d4aca9869c6cdcd408409@o19455.ingest.sentry.io/38482"
|
||||
DSN = "https://8f474628c1e44d0799140ccf05c486b8:f952ab1783d3427188fd81cc37da323c@o19455.ingest.sentry.io/38482"
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
@ -23,9 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "2.2.31dev1"
|
||||
__version_info__ = (2, 2, 31, 99)
|
||||
|
||||
__version__ = "2.2.31"
|
||||
__version_info__ = (2, 2, 31, 0)
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user