Prepare version 1.3.10

This commit is contained in:
Julien Duponchelle
2015-09-04 18:13:18 +02:00
parent 8f9672d9e2
commit dc4a984c41
2 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,16 @@
# Change Log
## 1.3.10 04/09/2015
* Updates kernel command line of ASA.
* Fix file not found exception in vpcs list dir
* Fix saveAs error unsupported operand type(s) for +=: 'NoneType' and 'str'
* Catch error when antivirus corrupt our own JSON errors
* Use Qemu 0.11.0 instead of version 0.13.0 on Windows.
* Removes "resources_type" references. Fixes #493.
* Fixes bug when opening Node properties dialog via a double click.
* SecureCRT (installed on personal profile) command line.
## 1.3.9 03/08/2015
* Catch exception when trying to launch Wireshark.

View File

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