We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6689e0 commit 9acb942Copy full SHA for 9acb942
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.5.0-dev"
+version = "4.4.3"
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.3
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/72?closed=1)
8
9
+### Bugfixes
10
+- Fix SSH port parsing when shelling out to the ssh client
11
12
4.4.2
13
-----
14
0 commit comments