We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09fe8d commit 0265818Copy full SHA for 0265818
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.5.0-dev"
+version = "4.4.4"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,14 @@
Change log
==========
3
4
+4.4.4
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/73?closed=1)
8
9
+### Bugfixes
10
+- Remove `LD_LIBRARY_PATH` and `SSL_CERT_FILE` environment variables when shelling out to the ssh client.
11
12
4.4.3
13
-----
14
0 commit comments