mirror of https://github.com/docker/docker-py.git
2.6.1 release
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
aafae3dd86
commit
2008f52660
|
@ -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(".")])
|
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||||
|
|
|
@ -1,10 +1,21 @@
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue