Compare commits

...

1 Commits
main ... 4.4.4

Author SHA1 Message Date
aiordache 0265818d10 release notes 4.4.4
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-02-24 17:42:47 +01:00
2 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "4.5.0-dev"
version = "4.4.4"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,14 @@
Change log
==========
4.4.4
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/73?closed=1)
### Bugfixes
- Remove `LD_LIBRARY_PATH` and `SSL_CERT_FILE` environment variables when shelling out to the ssh client.
4.4.3
-----