1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-12 09:00:57 +00:00

1.3.6dev1

This commit is contained in:
Julien Duponchelle 2015-06-16 19:01:34 +02:00
parent 947a732bfb
commit 0dae4b6930
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "sync+https://1d821222775c4cf3a66ee462e22780df:4f95f621d9b54d6a8afe0d92ed076969@app.getsentry.com/38482"
DSN = "sync+https://41286c30323843fd93a8f3f313c09dd0:eedbc6d7eed442a3bd5ab00d646a7fad@app.getsentry.com/38482"
if hasattr(sys, "frozen"):
cacert = os.path.join(os.getcwd(), "cacert.pem")
if os.path.isfile(cacert):

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.3.5"
__version_info__ = (1, 3, 5, 0)
__version__ = "1.3.6dev1"
__version_info__ = (1, 3, 6, -99)