Release v2.1.2

This commit is contained in:
ziajka
2018-01-08 14:08:12 +01:00
parent d1e1f6dfb6
commit a21db74941
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## 2.1.2 08/01/2018
* Update VMware promotion in setup wizard.
* Confirm exit. Fixes #2359.
* Development on v2.1.2dev1
## 2.1.1 22/12/2017
* Fix dragging appliance into topology from nodes window, fixes: #2363

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "sync+https://c66a939550054db9a330a82c26a2e47a:ffd37ed644064b638526f48d81b2201e@sentry.io/38506"
DSN = "sync+https://5e56cf6924c94ad594e040a66735b112:3103c4e6e6564d68ab7623e9911b4db2@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,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = "2.1.2dev1"
__version_info__ = (2, 1, 1, 0)
__version__ = "2.1.2"
__version_info__ = (2, 1, 2, 0)
# If it's a git checkout try to add the commit
if "dev" in __version__: