Skip to content

Commit 0265818

Browse files
author
aiordache
committed
release notes 4.4.4
Signed-off-by: aiordache <[email protected]>
1 parent d09fe8d commit 0265818

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker/version.py

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

docs/change-log.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
==========
33

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+
412
4.4.3
513
-----
614

0 commit comments

Comments
 (0)