Bump 2.5.1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-08-22 16:38:15 -07:00 committed by Joffrey F
parent 0c2b4e4d3a
commit e9fe077681
2 changed files with 13 additions and 1 deletions

View File

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

View File

@ -1,6 +1,18 @@
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
-----