Release 2.1.0rc1

This commit is contained in:
ziajka
2017-09-13 09:28:55 +02:00
parent e4b19714f4
commit 234eab57c8
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 2.1.0rc1 13/09/2017
* Fix missing spice console option in appliance template schema. Fixes #2255.
## 2.1.0b2 05/09/2017
* Fix resources dependencies for cloud configuration page (Fixes: #2251)

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "sync+https://7041825f91884ede9a7c882be96c66e0:8a55384f223945fdbb972e137ffd53a5@sentry.io/38506"
DSN = "sync+https://2198c61b38c94138bcce726f0c0a8a17:cb15d782c0c24e6f934ecb5b60c77562@sentry.io/38506"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):

View File

@@ -16,8 +16,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = "2.1.0dev5"
__version__ = "2.1.0rc1"
__version_info__ = (2, 1, 0, -99)
# If it's a git checkout try to add the commit
if "dev" in __version__:
try: