diff options
-rw-r--r-- | docker/version.py | 2 | ||||
-rw-r--r-- | docs/change_log.md | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/docker/version.py b/docker/version.py index 6551711..27d014c 100644 --- a/docker/version.py +++ b/docker/version.py @@ -1,2 +1,2 @@ -version = "1.10.5" +version = "1.10.6" version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) diff --git a/docs/change_log.md b/docs/change_log.md index a6f4e50..1cc1fcc 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,10 +1,21 @@ Change Log ========== +1.10.6 +------ + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/26?closed=1) + +### Bugfixes + +* Fixed an issue where setting a `NpipeSocket` instance to blocking mode would + put it in non-blocking mode and vice-versa. + + 1.10.5 ------ -[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/24?closed=1) +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/25?closed=1) ### Bugfixes |