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 aafae3d commit 2008f52Copy full SHA for 2008f52
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "2.7.0-dev"
+version = "2.6.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,10 +1,21 @@
Change log
==========
3
4
+2.6.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/40?closed=1)
8
9
+### Bugfixes
10
11
+* Fixed a bug on Python 3 installations preventing the use of the `attach` and
12
+ `exec_run` methods.
13
14
15
2.6.0
16
-----
17
-[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/34?closed=1)
18
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/38?closed=1)
19
20
### Features
21
0 commit comments