Release v2.2.0rc3

This commit is contained in:
grossmj
2019-08-11 19:14:56 -07:00
parent d3d6ca3f2e
commit 803782b9d8
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 2.2.0rc3 12/08/2019
* Revert to jsonschema 2.6.0 due to packaging problem.
## 2.2.0rc2 10/08/2019
* Bump jsonschema to version 3.0.2

View File

@@ -52,7 +52,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://8779714c9deb401794302d8acc18f225:460486dd09024c2f925e5e78f9268d37@sentry.io/38506"
DSN = "https://b0acef772b104514b9218056d4387706:a06b7415f63447529eb58150de3da8a6@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,7 +23,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.0rc2"
__version__ = "2.2.0rc3"
__version_info__ = (2, 2, 0, -99)
# If it's a git checkout try to add the commit