mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
1.3.6
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.6 16/06/2015
|
||||
|
||||
* Fix an issue with 1.4dev compatibility
|
||||
|
||||
## 1.3.5 16/06/2015
|
||||
|
||||
* Do not crash in a very rare case on Windows when stoping local server
|
||||
|
||||
@@ -26,4 +26,4 @@ number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.3.6"
|
||||
__version_info__ = (1, 3, 6, -99)
|
||||
__version_info__ = (1, 3, 6, 0)
|
||||
|
||||
Reference in New Issue
Block a user