Prepare 1.5.0 alpha 2

pull/565/head v1.5.0a2
Julien Duponchelle 8 years ago
parent ab13f628f7
commit 366e9620dc
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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

@ -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 *

@ -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)

Loading…
Cancel
Save