From 8fbf8380cb4e377867ff034972e315e7d92522c2 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Fri, 30 Mar 2018 11:07:16 -0700 Subject: Bump 3.2.1 Signed-off-by: Joffrey F --- docker/version.py | 2 +- docs/change-log.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docker/version.py b/docker/version.py index 5460e16..28dd1ea 100644 --- a/docker/version.py +++ b/docker/version.py @@ -1,2 +1,2 @@ -version = "3.2.0" +version = "3.2.1" version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) diff --git a/docs/change-log.md b/docs/change-log.md index 4715c52..912ec5f 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,18 @@ Change log ========== +3.2.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/50?closed=1) + +### Bugfixes + +* Fixed a bug with builds not properly identifying Dockerfile paths relative + to the build context +* Fixed an issue where builds would raise a `ValueError` when attempting to + build with a Dockerfile on a different Windows drive. + 3.2.0 ----- -- cgit v1.2.1