Prepare alpha 1

This commit is contained in:
Julien Duponchelle 2016-05-10 17:58:11 +02:00
parent 9e2043bfa8
commit e108a9e136
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## 1.5.0a1 10/05/2016
* Rebase the qcow2 when starting the VM if needed
* Docker support
* Import / Export topologies
## 1.4.6 28/04/2016
* More robust save/restore for VirtualBox linked clone VM hard disks.

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.0dev2"
__version__ = "1.5.0a1"
__version_info__ = (1, 5, 0, -99)