Release v2.2.20

pull/1910/head v2.2.20
grossmj 3 years ago
parent 852151f836
commit a50141fcbf

@ -1,5 +1,14 @@
# Change Log
## 2.2.20 09/04/2021
* Release Web UI version 2.2.20
* Fix packet capture with HTTPS remote server. Fixes #1882
* Sync appliance files and remove old ones after sync with online repo. Fixes #1876
* Upgrade dependencies
* Fix export for missing files
* Fix issue when trying to export temporary Dynamips files.
## 2.2.19 05/03/2021
* Launch projects marked for auto open after SIGHUP is received

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://289e75a5996944f9af6de8b071c99cf0:b1caf92ea47a4b489b569e70cd85c02b@o19455.ingest.sentry.io/38482"
DSN = "https://d8001b95f4f244fe82ea720c9d4f0c09:690d4fe9fe3b4aa9aab004bc9e76cb8a@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.20dev2"
__version_info__ = (2, 2, 20, 99)
__version__ = "2.2.20"
__version_info__ = (2, 2, 20, 0)
if "dev" in __version__:
try:

Loading…
Cancel
Save