This commit is contained in:
Julien Duponchelle
2017-07-24 16:18:56 +02:00
parent 089b4108cc
commit b81a531a7b
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.1.0a1 24/07/2017
* Packet filtering
* Suspend a link
* Duplicate a node
* Move config to central server
* Appliance templates on server
## 2.0.3 13/06/2017
* Display error when we can't export files

View File

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