2.6.1 release

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-11-08 16:43:56 -08:00
parent aafae3dd86
commit 2008f52660
2 changed files with 13 additions and 2 deletions

View File

@ -1,2 +1,2 @@
version = "2.7.0-dev"
version = "2.6.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,10 +1,21 @@
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
-----
[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