mirror of https://github.com/docker/docker-py.git
parent
3f3ca7ed43
commit
791de789ec
|
|
@ -1,2 +1,2 @@
|
|||
version = "3.1.1"
|
||||
version = "3.1.2"
|
||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||
|
|
|
|||
|
|
@ -1,6 +1,16 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
3.1.2
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/47?closed=1)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
* Fixed a bug that led to a Dockerfile not being included in the build context
|
||||
in some situations when the Dockerfile's path was prefixed with `./`
|
||||
|
||||
3.1.1
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue