mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-12 17:10:55 +00:00
Prepare 1.5.0 alpha 2
This commit is contained in:
parent
ab13f628f7
commit
366e9620dc
@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.5.0a2 10/05/2016
|
||||||
|
|
||||||
|
* Fix distribution on PyPi
|
||||||
|
|
||||||
## 1.5.0a1 10/05/2016
|
## 1.5.0a1 10/05/2016
|
||||||
|
|
||||||
* Rebase Qcow2 disks when starting a VM if needed
|
* Rebase Qcow2 disks when starting a VM if needed
|
||||||
|
@ -4,6 +4,7 @@ include INSTALL
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
include MANIFEST.in
|
include MANIFEST.in
|
||||||
include tox.ini
|
include tox.ini
|
||||||
|
include requirements.txt
|
||||||
recursive-include tests *
|
recursive-include tests *
|
||||||
recursive-exclude docs *
|
recursive-exclude docs *
|
||||||
recursive-include gns3server *
|
recursive-include gns3server *
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "1.5.0a1"
|
__version__ = "1.5.0a2"
|
||||||
__version_info__ = (1, 5, 0, -99)
|
__version_info__ = (1, 5, 0, -99)
|
||||||
|
Loading…
Reference in New Issue
Block a user