mirror of https://github.com/docker/docker-py.git
parent
e6b58410bd
commit
bc28fd0ee2
|
@ -1,2 +1,2 @@
|
||||||
version = "3.4.0"
|
version = "3.4.1"
|
||||||
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,18 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
3.4.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/52?closed=1)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
* Fixed a bug that caused auth values in config files written using one of the
|
||||||
|
legacy formats to be ignored
|
||||||
|
* Fixed issues with handling of double-wildcard `**` patterns in
|
||||||
|
`.dockerignore` files
|
||||||
|
|
||||||
3.4.0
|
3.4.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue