Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jul 7, 2016
1 parent 08956e4 commit e1a7efa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,5 +1,14 @@
# Change Log

## 1.5.1 07/07/2016

* Increase the number of interface for docker
* Add the method in the bad request answer
* Fix a rare crash in IOU
* Fix a crash when docker is used but not installed
* Backport Docker node hot linking
* Allows hot-linking for Docker containers. Ref #267.

## 1.5.0 27/06/2016

* Fix import of project with no disk
Expand Down
4 changes: 2 additions & 2 deletions gns3server/version.py
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.1dev1"
__version_info__ = (1, 5, 1, -99)
__version__ = "1.5.1"
__version_info__ = (1, 5, 1, 0)

0 comments on commit e1a7efa

Please sign in to comment.