mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
1.3.7
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.7 22/06/2015
|
||||
|
||||
* Support spaces in the local server log path.
|
||||
* Fixes issue when setting the local server settings.
|
||||
* Fix a crash with Python 3.3
|
||||
* Fixes WICs are not displayed correctly. Fixes #434.
|
||||
* Do not load settings that the GUI doesn't use.
|
||||
|
||||
## 1.3.6 16/06/2015
|
||||
|
||||
* Fix an issue with 1.4dev compatibility
|
||||
|
||||
@@ -25,5 +25,5 @@ or negative for a release candidate or beta (after the base version
|
||||
number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.3.7.dev1"
|
||||
__version_info__ = (1, 3, 7, -99)
|
||||
__version__ = "1.3.7"
|
||||
__version_info__ = (1, 3, 7, 0)
|
||||
|
||||
Reference in New Issue
Block a user