mirror of https://github.com/docker/docker-py.git
parent
a9ecb7234f
commit
ea682a69d6
|
@ -1,2 +1,2 @@
|
||||||
version = "3.1.3"
|
version = "3.1.4"
|
||||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
Change log
|
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
|
3.1.3
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue