mirror of https://github.com/docker/docker-py.git
Release 4.4.2
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
93e02ab207
commit
98eadb9f98
|
@ -1,2 +1,2 @@
|
||||||
version = "4.5.0-dev"
|
version = "4.4.2"
|
||||||
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,19 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
4.4.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
|
||||||
|
- Fix docs example
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
- Add Python3.8 and 3.9 in setup.py classifier list
|
||||||
|
|
||||||
|
|
||||||
4.4.1
|
4.4.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue