This commit is contained in:
Julien Duponchelle
2016-08-18 21:58:17 +02:00
parent 9e4b5ad02b
commit b87f2b2952
2 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,16 @@
# Change Log
## 1.5.2 18/08/2016
* Make more clear that VMware VM are not ESXi
* Add AppData and Desktop files
* Fix you can not select the server for VPCS
* Fix error when removing an interface from a cloud
* Fix crash when scanning a directory for image and you don't have permission on a file
* Bring back the warning dialog when no router is configured
* Fix rare crash in server summary
* Fix crash during export
## 1.5.1 06/07/2016
* Try to fix a crash when reseting interface label

View File

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