Release v2.1.18

pull/1597/head v2.1.18
grossmj 5 years ago
parent c357d52ba4
commit 878987a26e

@ -1,5 +1,10 @@
# Change Log
## 2.1.18 22/05/2019
* Revert "Force aiohttp version to 2.3.10 and aiohttp-cors version to 0.5.3" Ref https://github.com/GNS3/gns3-server/issues/1583 Ref https://github.com/GNS3/gns3-server/issues/1592
* Fix invalid reStructuredText for long description in setup.py
## 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

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://e4fc8dc4f6f5477da9fac2c8c7b56ebf:c6b9325018ec4d37aabba5340d617664@sentry.io/38482"
DSN = "https://2b1412df322748bc8b36639671f1a40e:25804fdd614d498aa429c689f540779e@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.17"
__version_info__ = (2, 1, 17, 0)
__version__ = "2.1.18"
__version_info__ = (2, 1, 18, 0)
# If it's a git checkout try to add the commit
if "dev" in __version__:

Loading…
Cancel
Save