Skip to content

Commit 80ad738

Browse files
committed
Bumped version to 1.10.6 - Updated changelog
Signed-off-by: Joffrey F <[email protected]>
1 parent b9576c1 commit 80ad738

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.10.5"
1+
version = "1.10.6"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
Change Log
22
==========
33

4+
1.10.6
5+
------
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/26?closed=1)
8+
9+
### Bugfixes
10+
11+
* Fixed an issue where setting a `NpipeSocket` instance to blocking mode would
12+
put it in non-blocking mode and vice-versa.
13+
14+
415
1.10.5
516
------
617

7-
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/24?closed=1)
18+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/25?closed=1)
819

920
### Bugfixes
1021

0 commit comments

Comments
 (0)