pull/625/head v1.5.1
Julien Duponchelle 8 years ago
parent 08956e438c
commit e1a7efad60
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

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

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

Loading…
Cancel
Save