Skip to content

Commit 2008f52

Browse files
committed
2.6.1 release
Signed-off-by: Joffrey F <[email protected]>
1 parent aafae3d commit 2008f52

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 = "2.7.0-dev"
1+
version = "2.6.1"
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+
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+
415
2.6.0
516
-----
617

7-
[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)
819

920
### Features
1021

0 commit comments

Comments
 (0)