Bump 2.0.1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-01-09 15:22:22 -08:00
parent 56cfe0bf09
commit 91a185d7a5
1 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,19 @@
Change log Change log
========== ==========
2.0.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/28?closed=1)
### Bugfixes
* Fixed a bug where forward slashes in some .dockerignore patterns weren't
being parsed correctly on Windows
* Fixed a bug where `Mount.parse_mount_string` would never set the read_only
parameter on the resulting `Mount`.
* Fixed a bug where `Mount.parse_mount_string` would incorrectly mark host
binds as being of `volume` type.
2.0.0 2.0.0
----- -----