Skip to content

Commit

Permalink
Prepare 1.5.0 alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed May 10, 2016
1 parent ab13f62 commit 366e962
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 366e962

Please sign in to comment.