Release v2.1.14

This commit is contained in:
grossmj
2019-02-27 14:58:52 +07:00
parent 44d70de687
commit d285e62c04
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 2.1.14 27/02/2019
* Better description to why an appliance cannot be installed.
## 2.1.13 26/02/2019
* Disable computer hibernation detection mechanism. Ref #2678

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://167c7646347a4d80a4c8dcc69903b5c4:2e0958a062bc4fe79f8f38741726ec4e@sentry.io/38506"
DSN = "https://2f40243fda384f3b8da442ced98f8588:a6da0772e7054d2294bcfd9480d3ccfc@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,9 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.1.14dev1"
__version_info__ = (2, 1, 14, 99)
__version__ = "2.1.14"
__version_info__ = (2, 1, 14, 0)
# If it's a git checkout try to add the commit
if "dev" in __version__:
try: