Release v2.2.0rc2

pull/1643/head v2.2.0rc2
grossmj 5 years ago
parent fc182e932a
commit 86772d9127

@ -1,6 +1,6 @@
# Change Log
## 2.2.0rc1 10/08/2019
## 2.2.0rc2 10/08/2019
* Bump jsonschema to version 3.0.2
* List Hyper-V VMs on non-english OSes. Fixes #1612

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://a1b538da69e64bd5a0298900e48503f9:8253de45a02140b99a7c2a8fbc15f3d7@sentry.io/38482"
DSN = "https://0515b114884245ee8324d01d9ccc5e8e:505f352146314efd8f0e8af473a6ab3f@sentry.io/38482"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):

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

Loading…
Cancel
Save