We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bba27c commit aba3317Copy full SHA for aba3317
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "1.10.4"
+version = "1.10.5"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change_log.md
@@ -1,6 +1,17 @@
Change Log
==========
3
4
+1.10.5
5
+------
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/24?closed=1)
8
9
+### Bugfixes
10
11
+* Fixed an issue where concurrent attempts to access to a named pipe by the
12
+ client would sometimes cause recoverable exceptions to be raised.
13
14
15
1.10.4
16
------
17
0 commit comments