Release v2.1.17

pull/1597/head v2.1.17
grossmj 5 years ago
parent 351ed64de9
commit 6b54cc27da

@ -1,5 +1,9 @@
# Change Log
## 2.1.17 17/05/2019
* Force aiohttp version to 2.3.10 and aiohttp-cors version to 0.5.3 This is to fix build issue for Ubuntu 19.04 package on Launchpad. Ref #1583 https://github.com/GNS3/gns3-gui/issues/2774
## 2.1.16 15/04/2019
* Fix broken embedded console for Ethernet switch. Fixes #1574

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://6536a51af3154084859112bacb4f2277:72822a229faa463ba6c9338126a6f280@sentry.io/38482"
DSN = "https://e4fc8dc4f6f5477da9fac2c8c7b56ebf:c6b9325018ec4d37aabba5340d617664@sentry.io/38482"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):

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

Loading…
Cancel
Save