Release v2.1.15

This commit is contained in:
grossmj
2019-03-21 11:41:44 +08:00
parent fc3781550a
commit a29f3e35c0
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 2.1.15 21/03/2019
* No changes on the GUI.
## 2.1.14 27/02/2019
* Better description to why an appliance cannot be installed.

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://2f40243fda384f3b8da442ced98f8588:a6da0772e7054d2294bcfd9480d3ccfc@sentry.io/38506"
DSN = "https://34695533f84944b59351c4aec5305717:ee75271a45f942bbb836f795beec4031@sentry.io/38506"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):

View File

@@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.1.15dev1"
__version_info__ = (2, 1, 15, 99)
__version__ = "2.1.15"
__version_info__ = (2, 1, 15, 0)
# If it's a git checkout try to add the commit
if "dev" in __version__: