Skip to content

Commit 8a61297

Browse files
1.3.9
1 parent f92aae4 commit 8a61297

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.3.9 03/08/2015
4+
5+
* Catch exception when trying to launch Wireshark.
6+
* Backport: fixes migration of cloud interfaces.
7+
38
## 1.3.8 27/07/2015
49

510
* Fixes rare issue when adding a link. Fixes #573.

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
number has been incremented)
2626
"""
2727

28-
__version__ = "1.3.9dev1"
29-
__version_info__ = (1, 3, 9, -99)
28+
__version__ = "1.3.9"
29+
__version_info__ = (1, 3, 9, 0)

0 commit comments

Comments
 (0)