Kaydet (Commit) 2008f526 authored tarafından Joffrey F's avatar Joffrey F

2.6.1 release

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst aafae3dd
version = "2.7.0-dev" version = "2.6.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
Change log Change log
========== ==========
2.6.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/40?closed=1)
### Bugfixes
* Fixed a bug on Python 3 installations preventing the use of the `attach` and
`exec_run` methods.
2.6.0 2.6.0
----- -----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/34?closed=1) [List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/38?closed=1)
### Features ### Features
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment