This commit is contained in:
Julien Duponchelle
2015-08-03 18:56:10 +02:00
parent f92aae4e6e
commit 8a612970e6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Change Log
## 1.3.9 03/08/2015
* Catch exception when trying to launch Wireshark.
* Backport: fixes migration of cloud interfaces.
## 1.3.8 27/07/2015
* Fixes rare issue when adding a link. Fixes #573.

View File

@@ -25,5 +25,5 @@ or negative for a release candidate or beta (after the base version
number has been incremented)
"""
__version__ = "1.3.9dev1"
__version_info__ = (1, 3, 9, -99)
__version__ = "1.3.9"
__version_info__ = (1, 3, 9, 0)