mirror of https://github.com/docker/docker-py.git
parent
0c2b4e4d3a
commit
e9fe077681
|
@ -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(".")])
|
||||
|
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue