Skip to content

Commit ea682a6

Browse files
committed
Bump 3.1.4
Signed-off-by: Joffrey F <[email protected]>
1 parent a9ecb72 commit ea682a6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docker/version.py

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

docs/change-log.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change log
22
==========
33

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+
413
3.1.3
514
-----
615

0 commit comments

Comments
 (0)