This commit is contained in:
Julien Duponchelle 2016-08-18 22:00:39 +02:00
parent 6b8e93f847
commit f358cb45a2
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
# Change Log
## 1.5.2 18/08/2016
* Move utils.vmnet to gns3 namespace
* Fix Exporting portable projects with QEMU includes base images even when selecting no.
* Catch error when md5sum file is corrupted
* requirements.txt : added support for newer aiohttp version
* Improve compaction of .gns3project
* Fix crash when winpcap is not installed
## 1.5.1 07/07/2016
* Increase the number of interface for docker

View File

@ -23,5 +23,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)