Skip to content

Commit

Permalink
Bump 3.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Mar 21, 2018
1 parent a9ecb72 commit ea682a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.1.3"
version = "3.1.4"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
9 changes: 9 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

0 comments on commit ea682a6

Please sign in to comment.