Bump 3.1.4

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-03-21 14:23:23 +01:00 committed by Joffrey F
parent a9ecb7234f
commit ea682a69d6
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,6 +1,15 @@
Change log
==========
3.1.4
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/48?closed=1)
* Fixed a bug where build contexts containing directory symlinks would produce
invalid tar archives
3.1.3
-----