We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ecb72 commit ea682a6Copy full SHA for ea682a6
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "3.1.3"
+version = "3.1.4"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,15 @@
Change log
==========
3
4
+3.1.4
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/48?closed=1)
8
9
10
+* Fixed a bug where build contexts containing directory symlinks would produce
11
+ invalid tar archives
12
13
3.1.3
14
-----
15
0 commit comments