We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bf4e0 commit 359c4cdCopy full SHA for 359c4cd
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "2.0.0"
+version = "2.0.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,20 @@
Change log
==========
3
4
+2.0.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/28?closed=1)
8
9
+### Bugfixes
10
11
+* Fixed a bug where forward slashes in some .dockerignore patterns weren't
12
+ being parsed correctly on Windows
13
+* Fixed a bug where `Mount.parse_mount_string` would never set the read_only
14
+ parameter on the resulting `Mount`.
15
+* Fixed a bug where `Mount.parse_mount_string` would incorrectly mark host
16
+ binds as being of `volume` type.
17
18
2.0.0
19
-----
20
0 commit comments