diff --git a/CHANGELOG b/CHANGELOG index d35f4e99..278f66b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Change Log +## 1.3.7 22/06/2015 + +* Prevent install on Python 2 + ## 1.3.6 16/06/2015 * Fix an issue with 1.4dev compatibility diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index af4d33ec..cf823232 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -52,7 +52,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "sync+https://3d569add80c74d4faecf90836bcdc1b5:3b5aa0c47c1847bc8d019b5e52ebdd1a@app.getsentry.com/38482" + DSN = "sync+https://c06a407cbe0d4036be7873b54ebfa0ef:d6129d3fe91a4ea0b96ecbcf99678b1b@app.getsentry.com/38482" if hasattr(sys, "frozen"): cacert = get_resource("cacert.pem") if cacert is not None and os.path.isfile(cacert):