Bump 3.1.2

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-03-20 09:55:05 +01:00 committed by Joffrey F
parent 3f3ca7ed43
commit 791de789ec
2 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "3.1.1"
version = "3.1.2"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,16 @@
Change log
==========
3.1.2
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/47?closed=1)
### Bugfixes
* Fixed a bug that led to a Dockerfile not being included in the build context
in some situations when the Dockerfile's path was prefixed with `./`
3.1.1
-----