Kaydet (Commit) e9fe0776 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) Joffrey F

Bump 2.5.1

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 0c2b4e4d
version = "2.6.0-dev" version = "2.5.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.5.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/37?closed=1)
### Bugfixes
* Fixed a bug where patterns ending with `**` in `.dockerignore` would
raise an exception
* Fixed a bug where using `attach` with the `stream` argument set to `False`
would raise an exception
2.5.0 2.5.0
----- -----
......
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