We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f5a47 commit d2d9982Copy full SHA for d2d9982
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "3.2.0"
+version = "3.2.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,18 @@
Change log
==========
3
4
+3.2.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/50?closed=1)
8
9
+### Bugfixes
10
11
+* Fixed a bug with builds not properly identifying Dockerfile paths relative
12
+ to the build context
13
+* Fixed an issue where builds would raise a `ValueError` when attempting to
14
+ build with a Dockerfile on a different Windows drive.
15
16
3.2.0
17
-----
18
0 commit comments