Prepare 1.5.0 alpha 2

This commit is contained in:
Julien Duponchelle 2016-05-10 19:09:15 +02:00
parent ab13f628f7
commit 366e9620dc
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## 1.5.0a2 10/05/2016
* Fix distribution on PyPi
## 1.5.0a1 10/05/2016
* Rebase Qcow2 disks when starting a VM if needed

View File

@ -4,6 +4,7 @@ include INSTALL
include LICENSE
include MANIFEST.in
include tox.ini
include requirements.txt
recursive-include tests *
recursive-exclude docs *
recursive-include gns3server *

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